GNU bug report logs -
#49874
[PATCH 0/5] Remove fabric
Previous Next
Reported by: Ben Sturmfels <ben <at> sturm.com.au>
Date: Wed, 4 Aug 2021 12:28:01 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Remove unused dependency of previously removed fabric package.
* gnu/packages/python-crypto.scm (python2-paramiko): Remove variable.
---
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 bc3d317ad7..6c25e0dd36 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -257,9 +257,6 @@ extension for low level cryptography (PyCrypto), Paramiko itself is a pure
Python interface around SSH networking concepts.")
(license license:lgpl2.1+)))
-(define-public python2-paramiko
- (package-with-python2 python-paramiko))
-
(define-public python-ecdsa
(package
(name "python-ecdsa")
--
2.32.0
This bug report was last modified 3 years and 290 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.