diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2024-02-22 20:47:54 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-10-11 21:17:59 +0100 |
commit | d62b350a8e816aef3d52bab87af88373675f1b8b (patch) | |
tree | b1ed4402d68ea465d11bbf41f51bff2c14302b2a /gnu/packages/django.scm | |
parent | d1f362d81c01544a1f16a0419075f025ff80df4f (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.scm | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index 4404c8368d..cd50f9cf6c 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -189,7 +189,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 @@ -227,7 +227,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 @@ -753,6 +755,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 @@ -773,6 +776,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 |