rekado pushed a commit to branch master
in repository guix.
commit 29fde4e79ee282e4dc336ad49656c40e551364ba
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Fri Jan 3 09:59:41 2025 +0100
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 9d742dc5b8..dfa4198f74 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")