diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2024-02-22 20:47:54 +0100 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2024-06-30 09:19:47 +0200 |
commit | 35eca45e9a26a44d5e945a7eee8a15312f770d2c (patch) | |
tree | 1a4fd8fa034116798aa12e233b95a6526ce77eb1 /gnu/packages/databases.scm | |
parent | da7edf3ccb2153f14accc3a9dfffe871d0b16279 (diff) |
gnu: Add python-setuptools/python-wheel where necessary.
Changes to pyproject-build-system require explicit dependency on
setuptools/wheel.
Change-Id: Icd7699fc1dc56e974ae7568f2ae916dbf876bea5
Diffstat (limited to 'gnu/packages/databases.scm')
-rw-r--r-- | gnu/packages/databases.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index 23329b9bb0..53cce49827 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -636,6 +636,7 @@ the API, and provides features such as: 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 @@ -5600,7 +5601,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. |