mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: hypercorn: Drop uneeded propagated-inputs.
* gnu/packages/python-xyz.scm (hypercorn)[propagated-inputs]: Drop python-exceptiongroup, python-taskgroup. Change-Id: Id5b27d63b4e9ff6ee0c9b5dfb3731218672840dd Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
576aead368
commit
a8e5ad2b53
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue