guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: python2-keyring: Use python2-pycrypto.


From: Efraim Flashner
Subject: 01/01: gnu: python2-keyring: Use python2-pycrypto.
Date: Mon, 30 Nov 2015 18:09:35 +0000

efraim pushed a commit to branch master
in repository guix.

commit 44e30a7647ebe08c1b7a18666f3d66bd385ce86f
Author: Efraim Flashner <address@hidden>
Date:   Mon Nov 30 20:04:57 2015 +0200

    gnu: python2-keyring: Use python2-pycrypto.
    
    * gnu/packages/python.scm (python2-keyring)[inputs]: Force building
    with python2-pycrypto.
---
 gnu/packages/python.scm |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index d69c722..cd19462 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -875,7 +875,10 @@ password storage.")
     (license x11)))
 
 (define-public python2-keyring
-  (package-with-python2 python-keyring))
+  (let ((keyring (package-with-python2 python-keyring)))
+    (package (inherit keyring)
+      (inputs
+       `(("python2-pycrypto" ,python2-pycrypto))))))
 
 (define-public python-six
   (package



reply via email to

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