diff options
author | Vinicius Monego <[email protected]> | 2021-09-17 17:55:32 +0000 |
---|---|---|
committer | Ludovic Courtès <[email protected]> | 2021-09-30 23:44:49 +0200 |
commit | fee1a41f9572de5c04d46e6c8e03a442d7f10d4c (patch) | |
tree | 018e70548943df32d0891fd336eeebb539b3f4a4 /gnu/packages/python-crypto.scm | |
parent | 885c46a7e515eb327b76c5faa20a90104dff32f7 (diff) |
gnu: Remove python2-passlib.
* gnu/packages/python-crypto.scm (python2-passlib): Remove variable.
Signed-off-by: Ludovic Courtès <[email protected]>
Diffstat (limited to 'gnu/packages/python-crypto.scm')
-rw-r--r-- | gnu/packages/python-crypto.scm | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index cec57f9fda..cbf563af42 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm @@ -23,7 +23,7 @@ ;;; Copyright © 2019 Clément Lassieur <[email protected]> ;;; Copyright © 2020 Alexandros Theodotou <[email protected]> ;;; Copyright © 2020 Justus Winter <[email protected]> -;;; Copyright © 2020 Vinicius Monego <[email protected]> +;;; Copyright © 2020, 2021 Vinicius Monego <[email protected]> ;;; Copyright © 2021 Maxim Cournoyer <[email protected]> ;;; Copyright © 2021 Maxime Devos <[email protected]> ;;; @@ -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") |