gnu: paramiko: Move python-pycrypto to the propagated inputs.
* gnu/packages/python.scm (python-paramiko): Move python-pycrypto to the propagated-inputs.
This commit is contained in:
parent
2931f46454
commit
a3fc12daa7
|
@ -413,9 +413,10 @@ John the Ripper).")
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-setuptools" ,python-setuptools)))
|
`(("python-setuptools" ,python-setuptools)))
|
||||||
|
(propagated-inputs
|
||||||
|
`(("python-pycrypto" ,python-pycrypto)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("python-ecdsa" ,python-ecdsa)
|
`(("python-ecdsa" ,python-ecdsa)))
|
||||||
("python-pycrypto" ,python-pycrypto)))
|
|
||||||
(home-page "http://www.paramiko.org/")
|
(home-page "http://www.paramiko.org/")
|
||||||
(synopsis "SSHv2 protocol library")
|
(synopsis "SSHv2 protocol library")
|
||||||
(description "Paramiko is a python implementation of the SSHv2 protocol,
|
(description "Paramiko is a python implementation of the SSHv2 protocol,
|
||||||
|
|
Loading…
Reference in New Issue