summaryrefslogtreecommitdiff
path: root/net/py-softlayer/files/patch-setup.py
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-04-16 11:58:04 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-04-16 12:19:26 +0800
commita40dcd23b16791cb4ca3f94a1ef61ae332fa43f1 (patch)
tree37064d98240fad49024efbf3575e6ded6979bd41 /net/py-softlayer/files/patch-setup.py
parentnet/py-geopy: Sort TEST_DEPENDS (diff)
net/py-softlayer: Update to 6.0.2
Changes: https://github.com/softlayer/softlayer-python/releases
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',