~ruther/guix-local

66c5de6fc665a843dbdb2b889225d0b8cbf4043f — Ricardo Wurmus 1 year, 3 months ago 45f3d62
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
1 files changed, 0 insertions(+), 1 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +0 -1
@@ 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))