From e0198ae01af7f6e0ece1f3e8620b69b46b388e0a Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Tue, 5 Nov 2024 12:34:52 +0000 Subject: [PATCH] gnu: python-django-4.2: Adjust inputs. * gnu/packages/django.scm (python-django-4.2) [native-inputs]: Add python-setuptools and python-wheel. Change-Id: Ie949aaf8ea006fa4e87105fed9c80a71507ed01a --- gnu/packages/django.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index 79ce4130d2..14e0dc64d9 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -116,8 +116,10 @@ python-numpy python-pillow python-pyyaml + python-setuptools ;; optional for tests: python-selenium - python-tblib)) + python-tblib + python-wheel)) (propagated-inputs (list python-asgiref python-sqlparse