guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: ansible: Add missing inputs


From: Jelle Licht
Subject: 02/02: gnu: ansible: Add missing inputs
Date: Tue, 24 Apr 2018 07:45:36 -0400 (EDT)

jlicht pushed a commit to branch master
in repository guix.

commit 09e3cf583437ce421215dd28d2b94f574458b311
Author: Jelle Licht <address@hidden>
Date:   Tue Apr 17 21:31:05 2018 +0200

    gnu: ansible: Add missing inputs
    
    * gnu/packages/admin.scm (ansible)[native-inputs]: Add python2-bcrypt and
      python2-pynacl.
---
 gnu/packages/admin.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 1dc5d2b..5e2cf2d 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1574,7 +1574,9 @@ of supported upstream metrics systems simultaneously.")
        (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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]