mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
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
1 changed files with 3 additions and 2 deletions
|
@ -492,9 +492,10 @@ (define-public python-pygpgme
|
|||
(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 a new issue