mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 11:00:36 +02: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
|
@ -671,6 +671,7 @@ they exist.")
|
|||
python-strenum
|
||||
python-tomlkit
|
||||
python-typing-extensions))
|
||||
(native-inputs (list python-setuptools python-wheel))
|
||||
(home-page "https://github.com/RobertCraigie/prisma-client-py")
|
||||
(synopsis "Fully type-safe database client")
|
||||
(description
|
||||
|
@ -5722,7 +5723,8 @@ mechanism of @code{dogpile}.")
|
|||
python-pytest-timeout
|
||||
python-pytest-xdist
|
||||
python-setuptools
|
||||
python-trustme))
|
||||
python-trustme
|
||||
python-wheel))
|
||||
(home-page "https://datasette.io/")
|
||||
(synopsis "Multi-tool for exploring and publishing data")
|
||||
(description "Datasette is a tool for exploring and publishing data.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue