guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: python-pygpgme: Use GnuPG 1 for the test suite.


From: Leo Famulari
Subject: 01/01: gnu: python-pygpgme: Use GnuPG 1 for the test suite.
Date: Wed, 20 Dec 2017 15:13:42 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit e6f63412c9abe6a3b4ddf0ce39735d1e2a65491d
Author: Leo Famulari <address@hidden>
Date:   Wed Dec 20 03:20:09 2017 -0500

    gnu: python-pygpgme: Use GnuPG 1 for the test suite.
    
    * gnu/packages/gnupg.scm (python-pygpgme, python2-pygpgme)[inputs]: Use 
gnupg-1
    and make it a native-input.
---
 gnu/packages/gnupg.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index 4d93044..a9b097b 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -492,9 +492,10 @@ distributed separately.")
            (lambda _
              (zero? (system* "make" "check")))))))
     (build-system python-build-system)
+    (native-inputs
+     `(("gnupg" ,gnupg-1)))
     (inputs
-     `(("gnupg" ,gnupg-2.0)
-       ("gpgme" ,gpgme)))
+     `(("gpgme" ,gpgme)))
     (home-page "https://launchpad.net/pygpgme";)
     (synopsis "Python module for working with OpenPGP messages")
     (description



reply via email to

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