gnu: python-paramiko: Add some missing dependencies.
* gnu/packages/python-crypto.scm (python-paramiko, python2-paramiko)[propagated-inputs]: Add python-bcrypt and python-pynacl.
This commit is contained in:
parent
15e57838c6
commit
2fbc38e33b
|
@ -216,7 +216,9 @@ This package provides a Python interface for BLAKE2.")
|
|||
`(;; FIXME: Tests require many unpackaged libraries, see dev-requirements.txt.
|
||||
#:tests? #f))
|
||||
(propagated-inputs
|
||||
`(("python-pyasn1" ,python-pyasn1)
|
||||
`(("python-bcrypt" ,python-bcrypt)
|
||||
("python-pyasn1" ,python-pyasn1)
|
||||
("python-pynacl" ,python-pynacl)
|
||||
("python-cryptography" ,python-cryptography)))
|
||||
(home-page "http://www.paramiko.org/")
|
||||
(synopsis "SSHv2 protocol library")
|
||||
|
|
Loading…
Reference in New Issue