diff options
author | Ben Sturmfels <ben@sturm.com.au> | 2021-08-04 22:29:32 +1000 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-08-05 11:19:37 +0300 |
commit | 1ee6166bd72c45466cad8f8b9b35b35baa425ae0 (patch) | |
tree | 3b42a02fe1d1eafcc7d7d5049eba9ddcfe5a45f0 /gnu/packages | |
parent | de83a236b96f19467f2d7312f6365ae56099e740 (diff) |
gnu: Remove python2-pynacl.
Remove unused dependency of previously removed fabric package.
* gnu/packages/python-crypto.scm (python2-pynacl): Remove variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python-crypto.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index 6176866aac..bc3d317ad7 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm @@ -847,9 +847,6 @@ Networking and Cryptography library. These libraries have a stated goal of improving usability, security and speed.") (license license:asl2.0))) -(define-public python2-pynacl - (package-with-python2 python-pynacl)) - (define-public python-blurhash (package (name "python-blurhash") |