mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: ansible: Add missing inputs
* gnu/packages/admin.scm (ansible)[native-inputs]: Add python2-bcrypt and python2-pynacl.
This commit is contained in:
parent
acc6e6955f
commit
09e3cf5834
1 changed files with 3 additions and 1 deletions
|
@ -1574,7 +1574,9 @@ (define-public ansible
|
||||||
(patches (search-patches "ansible-wrap-program-hack.patch"))))
|
(patches (search-patches "ansible-wrap-program-hack.patch"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python2-pycrypto" ,python2-pycrypto)
|
`(("python2-bcrypt" ,python2-bcrypt)
|
||||||
|
("python2-pycrypto" ,python2-pycrypto)
|
||||||
|
("python2-pynacl" ,python2-pynacl)
|
||||||
("python2-httplib2" ,python2-httplib2)
|
("python2-httplib2" ,python2-httplib2)
|
||||||
("python2-passlib" ,python2-passlib)
|
("python2-passlib" ,python2-passlib)
|
||||||
("python2-nose" ,python2-nose)
|
("python2-nose" ,python2-nose)
|
||||||
|
|
Loading…
Reference in a new issue