mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
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:
parent
b21e80d040
commit
66ee630430
1 changed files with 0 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue