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
|
@ -1574,7 +1574,9 @@ of supported upstream metrics systems simultaneously.")
|
||||||
(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 New Issue