mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
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
1 changed files with 3 additions and 1 deletions
|
@ -216,7 +216,9 @@ (define-public python-paramiko
|
|||
`(;; 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 a new issue