Archived
1
0
Fork 0

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:
Troy Figiel 2024-01-13 12:26:42 +01:00 committed by Sharlatan Hellseher
parent 287dee537b
commit 68763a00a3
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -2392,15 +2392,14 @@ RFC6455, regardless of your programming paradigm.")
(build-system pyproject-build-system)
;; Propagate because Hypercorn also exposes functionality over a module.
(propagated-inputs
(list python-h11
(list python-exceptiongroup
python-h11
python-h2
python-priority
python-toml
python-typing-extensions
python-tomli
python-wsproto))
(native-inputs
(list python-hypothesis
python-mock
python-poetry-core
python-pytest
python-pytest-asyncio