~ruther/guix-local

29fde4e79ee282e4dc336ad49656c40e551364ba — Ricardo Wurmus 1 year, 3 months ago fba2994
gnu: python-pathy: Remove old version of dataclasses.

A newer version of dataclasses is part of Python.

* gnu/packages/python-xyz.scm (python-pathy)[propagated-inputs]: Remove
python-dataclasses.

Change-Id: Ibcb10802c1cd0e9abf8c74a683ec598111316a65
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +1 -1
@@ 12340,7 12340,7 @@ older Python versions.")
                "12v196q3rai33cfzrmb9pqfqv7ailngssjdrzdf8gzym9hdygmjc"))))
    (build-system pyproject-build-system)
    (propagated-inputs
     (list python-dataclasses python-smart-open python-typer))
     (list python-smart-open python-typer))
    (native-inputs (list python-mock python-pytest python-setuptools
                         python-wheel))
    (home-page "https://github.com/justindujardin/pathy")