civodul pushed a commit to branch master
in repository guix.

commit fee1a41f9572de5c04d46e6c8e03a442d7f10d4c
Author: Vinicius Monego <[email protected]>
AuthorDate: Fri Sep 17 17:55:32 2021 +0000

    gnu: Remove python2-passlib.
    
    * gnu/packages/python-crypto.scm (python2-passlib): Remove variable.
    
    Signed-off-by: Ludovic Courtès <[email protected]>
---
 gnu/packages/python-crypto.scm | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index cec57f9..cbf563a 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")

Reply via email to