mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pygpgme: Fix build.
* gnu/packages/gnupg.scm (python-pygpgme)[native-inputs]: Add python-setuptools, python-wheel. Change-Id: Ida614c2ddcf8b7f275496a2e56e35ada0eb7667b
This commit is contained in:
parent
cd018214a3
commit
8c2e41f717
1 changed files with 2 additions and 1 deletions
|
@ -58,6 +58,7 @@
|
|||
#:use-module (gnu packages perl-check)
|
||||
#:use-module (gnu packages pth)
|
||||
#:use-module (gnu packages python)
|
||||
#:use-module (gnu packages python-build)
|
||||
#:use-module (gnu packages python-xyz)
|
||||
#:use-module (gnu packages qt)
|
||||
#:use-module (gnu packages readline)
|
||||
|
@ -647,7 +648,7 @@ distributed separately.")
|
|||
"1px1c5nqsls3fxg0zkyd9sgc5rxpdagvsadnp8fd5bmgrrjka5ws"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs
|
||||
(list gnupg))
|
||||
(list gnupg python-setuptools python-wheel))
|
||||
(inputs
|
||||
(list gpgme))
|
||||
(home-page "https://github.com/jhenstridge/pygpgme")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue