diff options
| author | Andreas Enge <andreas@enge.fr> | 2025-08-09 01:10:52 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-08-09 01:10:52 +0200 |
| commit | 42d7a9ddf9d48e1ae5deec44ee6bee0383918a37 (patch) | |
| tree | c86b5f1c15de4639900c8b17c1688a93d01a6c00 /gnu/packages/monitoring.scm | |
| parent | 8f1a5c74c98c1ca5d4adf083ecf1d1c14ebed528 (diff) | |
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
Diffstat (limited to 'gnu/packages/monitoring.scm')
| -rw-r--r-- | gnu/packages/monitoring.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/monitoring.scm b/gnu/packages/monitoring.scm index 66b1a761d9c..5f6d6615878 100644 --- a/gnu/packages/monitoring.scm +++ b/gnu/packages/monitoring.scm @@ -519,7 +519,7 @@ and persisting them to disk using the Whisper time-series library.") python-whisper)) (propagated-inputs (list python-cairocffi - python-django-4.2 + python-django python-django-tagging python-pyparsing python-pytz |
