1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-12 18:24:07 +02:00

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
This commit is contained in:
Ricardo Wurmus
2025-01-03 09:59:41 +01:00
parent fba2994636
commit 29fde4e79e
+1 -1
View File
@@ -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")