gnu: Add python-setuptools/python-wheel where necessary.

Changes to pyproject-build-system require explicit dependency on
setuptools/wheel.

Change-Id: Icd7699fc1dc56e974ae7568f2ae916dbf876bea5
This commit is contained in:
Lars-Dominik Braun 2024-02-22 20:47:54 +01:00 committed by Sharlatan Hellseher
parent 1ef178c644
commit 6d97c15911
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5
29 changed files with 298 additions and 104 deletions

View file

@ -56,6 +56,7 @@
#:use-module (gnu packages linux)
#:use-module (gnu packages pcre)
#:use-module (gnu packages python)
#:use-module (gnu packages python-build)
#:use-module (gnu packages python-crypto)
#:use-module (gnu packages python-web)
#:use-module (gnu packages python-xyz)
@ -737,6 +738,7 @@ file system.")
"11as7n2mj3nbqsqb3ivyv9985n73i022s748qvjg36cs8ig50afx"))))
(build-system pyproject-build-system)
(inputs (list python-requests python-argcomplete python-urllib3 gnupg))
(native-inputs (list python-setuptools python-wheel))
(arguments
(list #:phases #~(modify-phases %standard-phases
(add-before 'build 'patch-gnupg