summaryrefslogtreecommitdiff
path: root/net/py-softlayer/files/patch-setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'net/py-softlayer/files/patch-setup.py')
-rw-r--r--net/py-softlayer/files/patch-setup.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/py-softlayer/files/patch-setup.py b/net/py-softlayer/files/patch-setup.py
new file mode 100644
index 000000000000..42a3335f3657
--- /dev/null
+++ b/net/py-softlayer/files/patch-setup.py
@@ -0,0 +1,11 @@
+--- setup.py.orig 2022-03-30 21:27:21 UTC
++++ setup.py
+@@ -35,7 +35,7 @@ setup(
+ python_requires='>=3.5',
+ install_requires=[
+ 'prettytable >= 2.0.0',
+- 'click == 8.0.4',
++ 'click >= 8.0.3, < 8.1.0',
+ 'requests >= 2.20.0',
+ 'prompt_toolkit >= 2',
+ 'pygments >= 2.0.0',