freebsd-ports/devel/py-python-gitlab/files/patch-setup.py

11 lines
316 B
Python

--- setup.py.orig 2023-06-09 09:51:25 UTC
+++ setup.py
@@ -55,7 +55,7 @@ setup(
"Programming Language :: Python :: 3.11",
],
extras_require={
- "autocompletion": ["argcomplete>=1.10.0,<3"],
+ "autocompletion": ["argcomplete>=1.10.0,<4"],
"yaml": ["PyYaml>=5.2"],
},
)