From 29fde4e79ee282e4dc336ad49656c40e551364ba Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Fri, 3 Jan 2025 09:59:41 +0100 Subject: [PATCH] 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 --- gnu/packages/python-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 9d742dc5b8d4e6c230d7ecf4ea6e0943eacf47b7..dfa4198f74d0eda6107c6e5eacc1bfbd546a7864 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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")