summaryrefslogtreecommitdiff
path: root/gnu/packages/django.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-07-11 22:11:32 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:36:24 +0100
commitb79fbf27b8f2d1e854ecb2f85ec6fdc2c1953f80 (patch)
tree71c494edf92465ed0e621829daca9f4cd3d8d313 /gnu/packages/django.scm
parentdc9c07786e91cdb8f0e46cc7b86414c6e8d96b7a (diff)
gnu: python-setuptools-next: Set to python-setuptools.
Replace all python-setuptools-next occurrences with python-setuptools. * gnu/packages/python-build.scm (python-setuptools-next): Set to python-setuptools. Change-Id: I9e5e0881310d160ec56be785f2dd2140364fa8e5
Diffstat (limited to 'gnu/packages/django.scm')
-rw-r--r--gnu/packages/django.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 9fa12b524cd..674dd543d32 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -327,7 +327,7 @@ and adapters that are useful for non-trivial configuration scenarios.")
python-pytest
python-pytest-cov ; runs by default
python-pytest-django
- python-setuptools-next
+ python-setuptools
python-shortuuid
python-wheel))
(home-page "https://github.com/django-extensions/django-extensions")
@@ -1026,7 +1026,7 @@ to asyncio and Pydantic.")
(invoke "django-admin" "test" "tests"
"--pythonpath=.")))))))
(propagated-inputs (list python-asgiref python-django))
- (native-inputs (list python-pytest python-setuptools-next python-wheel))
+ (native-inputs (list python-pytest python-setuptools python-wheel))
(home-page "https://django-htmx.readthedocs.io/en/latest/")
(synopsis "Extensions for using Django with htmx")
(description "This package provides a Django extension to work with