summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r--gnu/packages/python.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index ce424675bda..4e54ef94f5c 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -413,9 +413,10 @@ John the Ripper).")
413 (build-system python-build-system) 413 (build-system python-build-system)
414 (native-inputs 414 (native-inputs
415 `(("python-setuptools" ,python-setuptools))) 415 `(("python-setuptools" ,python-setuptools)))
416 (propagated-inputs
417 `(("python-pycrypto" ,python-pycrypto)))
416 (inputs 418 (inputs
417 `(("python-ecdsa" ,python-ecdsa) 419 `(("python-ecdsa" ,python-ecdsa)))
418 ("python-pycrypto" ,python-pycrypto)))
419 (home-page "http://www.paramiko.org/") 420 (home-page "http://www.paramiko.org/")
420 (synopsis "SSHv2 protocol library") 421 (synopsis "SSHv2 protocol library")
421 (description "Paramiko is a python implementation of the SSHv2 protocol, 422 (description "Paramiko is a python implementation of the SSHv2 protocol,