mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
dc9c07786e
commit
b79fbf27b8
21 changed files with 144 additions and 157 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue