mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-django-4.2: Remove the alias.
* gnu/packages/django.scm (python-django-4.2): Rename to... (python-django): ...this instead of defining the latter as the former. * gnu/packages/maths.scm (python-mathics-django)[propagated-inputs], gnu/packages/monitoring.scm (graphite-web)[propagated-inputs]: Use python-django instead of python-django-4.2. Change-Id: I9dd9d86d4f9af5c6ee66fd57949ad565a6657062
This commit is contained in:
parent
8f1a5c74c9
commit
42d7a9ddf9
3 changed files with 3 additions and 5 deletions
|
@ -11399,7 +11399,7 @@ Mathics3.")
|
|||
(setenv "PYTHONPATH" (getcwd))
|
||||
(setenv "DJANGO_SETTINGS_MODULE" "mathics_django.settings")
|
||||
(invoke "django-admin" "test"))))))
|
||||
(propagated-inputs (list python-django-4.2
|
||||
(propagated-inputs (list python-django
|
||||
python-mathics-scanner
|
||||
python-mathics-core
|
||||
python-networkx
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue