summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-10-28 14:47:00 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-10-28 17:46:25 +0000
commit5801c62e8dfd8814ef1155562164451ef182b893 (patch)
tree15a0f4dcf4c820c1483d17ba57fad322cad7cff0 /gnu/packages/python-web.scm
parentfee48cd2495bd99f31cd2bd640d019829d8a4701 (diff)
gnu: python-pathlib-abc: Update to 0.5.0.
* gnu/packages/python-xyz.scm (python-pathlib-abc): Update to 0.5.0. (python-pathlib-abc-for-python-pathy): New variable. * gnu/packages/python-web.scm (python-pathy)[propagated-inputs]: Remove python-pathlib-abc; add python-pathlib-abc-for-python-pathy. Change-Id: I36572bfbbf43681bdb0fcefbd5e985a530d465ab
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index d1c121ddc3d..e638ff3c4f7 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1478,7 +1478,7 @@ in Python 3.13 by PEP-594.")
python-pytest
python-setuptools))
(propagated-inputs
- (list python-pathlib-abc
+ (list python-pathlib-abc-for-python-pathy
python-smart-open-6
python-typer))
(home-page "https://github.com/justindujardin/pathy")