gnu: Remove python2-paramiko.

Remove unused dependency of previously removed fabric package.

* gnu/packages/python-crypto.scm (python2-paramiko): Remove variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Ben Sturmfels 2021-08-04 22:29:33 +10:00 committed by Efraim Flashner
parent 1ee6166bd7
commit 28b6f9cadd
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -257,9 +257,6 @@ (define-public python-paramiko
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")