diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index 79ce4130d20..14e0dc64d9c 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