summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2025-01-10 21:48:50 +0100
committerRicardo Wurmus <rekado@elephly.net>2025-01-20 21:37:42 +0100
commit079267a71c2014eb147331e2b1cbd2d580f98020 (patch)
tree580a739ba5900e8d9450e52cf3b587f133522ccd /gnu/packages/python-web.scm
parent2bcb8e6eddd493513718b61d2205537c5f7ae044 (diff)
gnu: python-httpauth: Add missing inputs.
* gnu/packages/python-web.scm (python-httpauth)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: Ia130e05d4c694118bebcdd3db7180952a1dbbaca
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index a3df81ff2a..06d25dd99e 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1119,7 +1119,7 @@ way around. It depends only on the Python standard library.")
(base32
"1m6rwvivg61l3h34hf6p6gkqmr69sb1c4k5ha379nxq0p8bfgahb"))))
(build-system pyproject-build-system)
- (native-inputs (list python-pytest))
+ (native-inputs (list python-pytest python-setuptools python-wheel))
(home-page "https://github.com/jonashaag/httpauth")
(synopsis "WSGI HTTP Digest Authentication middleware")
(description "@code{python-httpauth} is WSGI middleware that secures some/all