summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
diff options
context:
space:
mode:
authorCyril Roelandt <tipecaml@gmail.com>2015-10-12 02:31:38 +0200
committerCyril Roelandt <tipecaml@gmail.com>2015-11-03 21:38:13 +0100
commita3fc12daa7ee35d78180c21fa5d62616108fef53 (patch)
tree42b0be6e11486d1119f3b1c0a1641b8d9829cf4b /gnu/packages/python.scm
parent2931f46454c3755b8c478db8dbb45e48928080cd (diff)
gnu: paramiko: Move python-pycrypto to the propagated inputs.
* gnu/packages/python.scm (python-paramiko): Move python-pycrypto to the propagated-inputs.
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,