gnu: Remove python2-passlib.

* gnu/packages/python-crypto.scm (python2-passlib): Remove variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Vinicius Monego 2021-09-17 17:55:32 +00:00 committed by Ludovic Courtès
parent 885c46a7e5
commit fee1a41f95
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

View File

@ -23,7 +23,7 @@
;;; Copyright © 2019 Clément Lassieur <clement@lassieur.org>
;;; Copyright © 2020 Alexandros Theodotou <alex@zrythm.org>
;;; Copyright © 2020 Justus Winter <justus@sequoia-pgp.org>
;;; Copyright © 2020 Vinicius Monego <monego@posteo.net>
;;; Copyright © 2020, 2021 Vinicius Monego <monego@posteo.net>
;;; Copyright © 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
;;;
@ -171,9 +171,6 @@ useful for a wide range of tasks, from verifying a hash found in /etc/shadow,
to providing full-strength password hashing for multi-user application.")
(license license:bsd-3)))
(define-public python2-passlib
(package-with-python2 python-passlib))
(define-public python-py-bcrypt
(package
(name "python-py-bcrypt")