ports/deskutils/py-vdirsyncer/files/patch-setup.py
Po-Chuan Hsieh a74ad6ba3a
deskutils/py-vdirsyncer: Update to 0.19.3
- Update WWW
- Convert to USE_PYTHON=pep517
- Update pkg-descr
- Take maintainership

Changes:	https://github.com/pimutils/vdirsyncer/blob/main/CHANGELOG.rst
2024-09-18 14:13:11 +08:00

11 lines
324 B
Python

--- setup.py.orig 2024-09-11 15:26:58 UTC
+++ setup.py
@@ -19,7 +19,7 @@ requirements = [
# https://github.com/untitaker/python-atomicwrites/commit/4d12f23227b6a944ab1d99c507a69fdbc7c9ed6d # noqa
"atomicwrites>=0.1.7",
"aiohttp>=3.8.0,<4.0.0",
- "aiostream>=0.4.3,<0.5.0",
+ "aiostream>=0.4.3",
]