rekado pushed a commit to branch master
in repository guix.
commit 66c5de6fc665a843dbdb2b889225d0b8cbf4043f
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Thu Jan 2 17:34:24 2025 +0100
gnu: python-jsonargparse: Remove old version of dataclasses.
A newer version of dataclasses is part of Python.
* gnu/packages/python-xyz.scm (python-jsonargparse)[propagated-inputs]:
Remove
python-dataclasses.
Change-Id: Id22338e9bc01c85cf148301c573bbd49785fb1e7
---
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 7daba929af..b86d74e8fe 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -4915,7 +4915,6 @@ Python.")
" and not test_pydantic_types"))))
(propagated-inputs
(list python-contextvars
- python-dataclasses
python-docstring-parser
python-pyyaml
python-typeshed-client))