summaryrefslogtreecommitdiff
path: root/gnu/packages/django.scm
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2024-02-22 20:47:54 +0100
committerLars-Dominik Braun <lars@6xq.net>2024-06-30 09:19:47 +0200
commit35eca45e9a26a44d5e945a7eee8a15312f770d2c (patch)
tree1a4fd8fa034116798aa12e233b95a6526ce77eb1 /gnu/packages/django.scm
parentda7edf3ccb2153f14accc3a9dfffe871d0b16279 (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/django.scm')
-rw-r--r--gnu/packages/django.scm8
1 files changed, 6 insertions, 2 deletions
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 4060819a35..6a373be359 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -186,7 +186,7 @@ to the @dfn{don't repeat yourself} (DRY) principle.")
"0dpx2wmcclmd3jkprdljz3makq12vd0sjv3xnvlj5vk1lg7glb7g"))))
(build-system pyproject-build-system)
(native-inputs
- (list python-django))
+ (list python-django python-setuptools python-wheel))
(home-page "https://github.com/epicserve/django-cache-url")
(synopsis "Configure Django cache settings from URLs")
(description
@@ -224,7 +224,9 @@ with a @var{CACHE_URL} environment variable.")
python-dj-email-url
python-dj-search-url
python-django-cache-url
- python-setuptools-scm))
+ python-setuptools
+ python-setuptools-scm
+ python-wheel))
(home-page "https://django-configurations.readthedocs.io/")
(synopsis "Helper module for organizing Django settings")
(description
@@ -750,6 +752,7 @@ conn_max_age argument to easily enable Django’s connection pool.")
(base32
"16k91rvd9889xxrrf84a3zb0jpinizhfqdmafn54zxa8kqrf7zsm"))))
(build-system pyproject-build-system)
+ (native-inputs (list python-setuptools python-wheel))
(home-page "https://github.com/migonzalvar/dj-email-url")
(synopsis "Configure email settings from URLs")
(description
@@ -770,6 +773,7 @@ settings from URLs.")
(base32
"0h7vshhglym6af2pplkyivk6y0g0ncq0xpdzi88kq2sha9c1lka2"))))
(build-system pyproject-build-system)
+ (native-inputs (list python-setuptools python-wheel))
(home-page "https://github.com/dstufft/dj-search-url")
(synopsis "Configure Haystack search from URLs")
(description