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:
parent
5965b08307
commit
e6f63412c9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue