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.
This commit is contained in:
Leo Famulari 2017-12-20 03:20:09 -05:00
parent 5965b08307
commit e6f63412c9
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 3 additions and 2 deletions

View File

@ -492,9 +492,10 @@ distributed separately.")
(lambda _ (lambda _
(zero? (system* "make" "check"))))))) (zero? (system* "make" "check")))))))
(build-system python-build-system) (build-system python-build-system)
(native-inputs
`(("gnupg" ,gnupg-1)))
(inputs (inputs
`(("gnupg" ,gnupg-2.0) `(("gpgme" ,gpgme)))
("gpgme" ,gpgme)))
(home-page "https://launchpad.net/pygpgme") (home-page "https://launchpad.net/pygpgme")
(synopsis "Python module for working with OpenPGP messages") (synopsis "Python module for working with OpenPGP messages")
(description (description