[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#29781] [PATCH 2/2] gnu: python-pygpgme: Use GnuPG 1 for the test su
From: |
Leo Famulari |
Subject: |
[bug#29781] [PATCH 2/2] gnu: python-pygpgme: Use GnuPG 1 for the test suite. |
Date: |
Wed, 20 Dec 2017 03:32:34 -0500 |
* 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 b485ac9af..c0142fa9f 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
--
2.15.1