mirror of
https://git.freebsd.org/ports.git
synced 2025-05-15 00:31:51 -04:00
- Update WWW - Convert to USE_PYTHON=pep517 - Update pkg-descr - Take maintainership Changes: https://github.com/pimutils/vdirsyncer/blob/main/CHANGELOG.rst
11 lines
324 B
Python
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",
|
|
]
|
|
|
|
|