mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
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>
This commit is contained in:
parent
c6a80baf01
commit
de83a236b9
1 changed files with 0 additions and 3 deletions
|
@ -138,9 +138,6 @@ (define-public python-bcrypt
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue