gnu: python-httpauth: Add missing inputs.

* gnu/packages/python-web.scm (python-httpauth)[native-inputs]: Add
python-setuptools and python-wheel.

Change-Id: Ia130e05d4c694118bebcdd3db7180952a1dbbaca
This commit is contained in:
Ricardo Wurmus 2025-01-10 21:48:50 +01:00
parent fb1edef2f9
commit 13d1915ac8
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1119,7 +1119,7 @@ (define-public python-httpauth
(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