gnu: hypercorn: Drop uneeded propagated-inputs.

* gnu/packages/python-xyz.scm (hypercorn)[propagated-inputs]:
Drop python-exceptiongroup, python-taskgroup.
This commit is contained in:
Nicolas Graves 2026-01-18 21:40:09 +01:00
parent 9ad3ece715
commit 51bf5c63e2
No known key found for this signature in database

View file

@ -5286,9 +5286,7 @@ RFC6455, regardless of your programming paradigm.")
(base32 "13v6cy4frvnddv9zak06a4lmwxp121hjyfrlapxfmb7m3i8qrm02"))))
(build-system pyproject-build-system)
;; Propagate because Hypercorn also exposes functionality over a module.
(propagated-inputs (list python-exceptiongroup
python-h11
python-taskgroup
(propagated-inputs (list python-h11
python-h2
python-priority
python-tomli