summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2026-01-18 21:40:09 +0100
committerAndreas Enge <andreas@enge.fr>2026-02-07 12:28:38 +0100
commit58545a183da0279b284af794415e53e312d3b0c0 (patch)
treebb657a541e3977af09914102e1be364eabea3c22 /gnu/packages/python-web.scm
parent8faee401f6d04a9c39a7d3c53f944a7eabcb5664 (diff)
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>
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm4
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 0d60fdecc50..09b1c6a7cee 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -5287,9 +5287,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