rekado pushed a commit to branch python-team in repository guix. commit 66ee630430b46d6a3d5f92ce2d891cd60f35606f Author: Ricardo Wurmus <rek...@elephly.net> 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))