aboutsummaryrefslogtreecommitdiff
path: root/devel/py-python-gitlab/files/patch-setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-python-gitlab/files/patch-setup.py')
-rw-r--r--devel/py-python-gitlab/files/patch-setup.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/py-python-gitlab/files/patch-setup.py b/devel/py-python-gitlab/files/patch-setup.py
new file mode 100644
index 000000000000..fd7cf8c9345e
--- /dev/null
+++ b/devel/py-python-gitlab/files/patch-setup.py
@@ -0,0 +1,11 @@
+--- 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"],
+ },
+ )