mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
2bcb8e6edd
commit
079267a71c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue