summary refs log tree commit diff
path: root/gnu/packages/python-crypto.scm
diff options
context:
space:
mode:
authorBen Sturmfels <ben@sturm.com.au>2021-08-04 22:29:31 +1000
committerEfraim Flashner <efraim@flashner.co.il>2021-08-05 11:19:36 +0300
commitde83a236b96f19467f2d7312f6365ae56099e740 (patch)
treeac46692b45d44bca7de2692d4ca1446888c7fad5 /gnu/packages/python-crypto.scm
parentc6a80baf017496bd28c2940e8301ab7b1a232d66 (diff)
downloadguix-de83a236b96f19467f2d7312f6365ae56099e740.tar.gz
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>
Diffstat (limited to 'gnu/packages/python-crypto.scm')
-rw-r--r--gnu/packages/python-crypto.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index d9102adcc9..6176866aac 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")