guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 7da791ec1efb5473c2bcb7f48ee7c5b2efd9ea8b
Author: Nicolas Graves <[email protected]>
AuthorDate: Sun Jan 18 21:37:38 2026 +0100
gnu: python-cattrs: Drop python-exceptiongroup propagated-input.
* gnu/packages/python-xyz.scm (python-cattrs)[propagated-inputs]:
Drop python-exceptiongroup.
Change-Id: Ib64cfaa4c939b44b4a072c0bd6f45cfdd09aa900
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/python-xyz.scm | 1 -
1 file changed, 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 7090dca3c1..88475bdfe4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -21721,7 +21721,6 @@ interfaces.")
(propagated-inputs
(list python-attrs
python-cbor2
- python-exceptiongroup
python-orjson
python-pyyaml
python-tomlkit