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:
parent
885c46a7e5
commit
fee1a41f95
@ -23,7 +23,7 @@
|
|||||||
;;; Copyright © 2019 Clément Lassieur <clement@lassieur.org>
|
;;; Copyright © 2019 Clément Lassieur <clement@lassieur.org>
|
||||||
;;; Copyright © 2020 Alexandros Theodotou <alex@zrythm.org>
|
;;; Copyright © 2020 Alexandros Theodotou <alex@zrythm.org>
|
||||||
;;; Copyright © 2020 Justus Winter <justus@sequoia-pgp.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 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
||||||
;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
|
;;; 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.")
|
to providing full-strength password hashing for multi-user application.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public python2-passlib
|
|
||||||
(package-with-python2 python-passlib))
|
|
||||||
|
|
||||||
(define-public python-py-bcrypt
|
(define-public python-py-bcrypt
|
||||||
(package
|
(package
|
||||||
(name "python-py-bcrypt")
|
(name "python-py-bcrypt")
|
||||||
|
Loading…
Reference in New Issue
Block a user