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
This commit is contained in:
Ricardo Wurmus 2025-01-02 17:34:24 +01:00
parent b21e80d040
commit 66ee630430
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4915,7 +4915,6 @@ (define-public python-jsonargparse
" and not test_pydantic_types"))))
(propagated-inputs
(list python-contextvars
python-dataclasses
python-docstring-parser
python-pyyaml
python-typeshed-client))