mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: hypercorn: Adjust inputs.
* gnu/packages/python-web.scm (hypercorn)[propagated-inputs]: Add python-exceptiongroup and python-tomli. Remove python-toml and python-typing-extensions. [native-inputs]: Remove python-mock.
This commit is contained in:
parent
287dee537b
commit
68763a00a3
1 changed files with 3 additions and 4 deletions
|
@ -2392,15 +2392,14 @@ RFC6455, regardless of your programming paradigm.")
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
;; Propagate because Hypercorn also exposes functionality over a module.
|
;; Propagate because Hypercorn also exposes functionality over a module.
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-h11
|
(list python-exceptiongroup
|
||||||
|
python-h11
|
||||||
python-h2
|
python-h2
|
||||||
python-priority
|
python-priority
|
||||||
python-toml
|
python-tomli
|
||||||
python-typing-extensions
|
|
||||||
python-wsproto))
|
python-wsproto))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-hypothesis
|
(list python-hypothesis
|
||||||
python-mock
|
|
||||||
python-poetry-core
|
python-poetry-core
|
||||||
python-pytest
|
python-pytest
|
||||||
python-pytest-asyncio
|
python-pytest-asyncio
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue