mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
1ef178c644
commit
6d97c15911
29 changed files with 298 additions and 104 deletions
|
@ -74,6 +74,7 @@
|
|||
python-requests
|
||||
python-sqlalchemy
|
||||
python-sqlalchemy-utils))
|
||||
(native-inputs (list python-setuptools python-wheel))
|
||||
(home-page "https://git.sr.ht/~sircmpwn/core.sr.ht")
|
||||
(synopsis "Shared code for all sourcehut projects")
|
||||
(description
|
||||
|
@ -104,6 +105,7 @@
|
|||
(lambda _ (setenv "PKGVER" #$version))))))
|
||||
(propagated-inputs
|
||||
(list python-core-sr-ht))
|
||||
(native-inputs (list python-setuptools python-wheel))
|
||||
(home-page "https://git.sr.ht/~sircmpwn/scm.sr.ht")
|
||||
(synopsis "Shared support code for sr.ht source control services")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue