diff options
| -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") |
