sharlatan pushed a commit to branch python-team
in repository guix.
commit 1efb36eff856c3b126df56b2a5fd4113ad99469e
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Nov 5 12:34:52 2024 +0000
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