~ruther/guix-local

e0198ae01af7f6e0ece1f3e8620b69b46b388e0a — Sharlatan Hellseher 1 year, 7 months ago 2561feb
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
1 files changed, 3 insertions(+), 1 deletions(-)

M gnu/packages/django.scm
M gnu/packages/django.scm => gnu/packages/django.scm +3 -1
@@ 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