gnu: ansible: Add missing inputs

* gnu/packages/admin.scm (ansible)[native-inputs]: Add python2-bcrypt and
  python2-pynacl.
This commit is contained in:
Jelle Licht 2018-04-17 21:31:05 +02:00
parent acc6e6955f
commit 09e3cf5834
No known key found for this signature in database
GPG key ID: DA4597F947B41025

View file

@ -1574,7 +1574,9 @@ (define-public ansible
(patches (search-patches "ansible-wrap-program-hack.patch"))))
(build-system python-build-system)
(native-inputs
`(("python2-pycrypto" ,python2-pycrypto)
`(("python2-bcrypt" ,python2-bcrypt)
("python2-pycrypto" ,python2-pycrypto)
("python2-pynacl" ,python2-pynacl)
("python2-httplib2" ,python2-httplib2)
("python2-passlib" ,python2-passlib)
("python2-nose" ,python2-nose)