mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
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:
parent
2561feb32f
commit
e0198ae01a
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue