diff options
author | Ricardo Wurmus <[email protected]> | 2025-01-03 09:59:41 +0100 |
---|---|---|
committer | Ricardo Wurmus <[email protected]> | 2025-01-20 21:37:32 +0100 |
commit | 29fde4e79ee282e4dc336ad49656c40e551364ba (patch) | |
tree | 401fd5a0d35b453bd27aecc19606c9e7fda0c8b1 | |
parent | fba299463627e01aca0f8ba04d243c04d71f3271 (diff) |
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
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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") |