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
This commit is contained in:
Sharlatan Hellseher 2024-11-05 12:34:52 +00:00
parent 2561feb32f
commit e0198ae01a
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -116,8 +116,10 @@ (define-public python-django-4.2
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