diff options
-rw-r--r-- | gnu/packages/python-web.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 7dc130f6a1..7231307545 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -7698,7 +7698,7 @@ changed the process is restarted.") "1ha4pp96y3jk33qnyir5851cnj4dc06q6wqn1b0w54l3fsds28vi")))) (build-system pyproject-build-system) (arguments (list #:test-flags #~(list "tests/unit"))) - (native-inputs (list python-pytest)) + (native-inputs (list python-pytest python-setuptools python-wheel)) (propagated-inputs (list python-geojson-for-pyowm python-pysocks |