guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/05: gnu: Remove python2-bcrypt.


From: guix-commits
Subject: 02/05: gnu: Remove python2-bcrypt.
Date: Thu, 5 Aug 2021 04:20:46 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit de83a236b96f19467f2d7312f6365ae56099e740
Author: Ben Sturmfels <ben@sturm.com.au>
AuthorDate: Wed Aug 4 22:29:31 2021 +1000

    gnu: Remove python2-bcrypt.
    
    Remove unused dependency of previously removed fabric package.
    
    * gnu/packages/python-crypto.scm (python2-bcrypt): Remove variable.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/python-crypto.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index d9102ad..6176866 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -138,9 +138,6 @@ on the Blowfish password hashing algorithm, as described in
 Password Scheme\"} by Niels Provos and David Mazieres.")
     (license license:asl2.0)))
 
-(define-public python2-bcrypt
-  (package-with-python2 python-bcrypt))
-
 (define-public python-passlib
   (package
     (name "python-passlib")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]