summarylogtreecommitdiffstats
path: root/python-oci.patch
diff options
context:
space:
mode:
Diffstat (limited to 'python-oci.patch')
-rw-r--r--python-oci.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/python-oci.patch b/python-oci.patch
index df50882f4aea..b5968ec0d64e 100644
--- a/python-oci.patch
+++ b/python-oci.patch
@@ -1,13 +1,13 @@
-diff -rupN oci-python-sdk-2.19.0/setup.py oci-python-sdk-2.19.0b/setup.py
---- oci-python-sdk-2.19.0/setup.py 2020-07-28 12:42:36.000000000 -0400
-+++ oci-python-sdk-2.19.0b/setup.py 2020-07-29 19:44:14.391319949 -0400
+diff -rupN oci-python-sdk-2.20.0/setup.py oci-python-sdk-2.20.0b/setup.py
+--- oci-python-sdk-2.20.0/setup.py 2020-08-04 13:18:04.000000000 -0400
++++ oci-python-sdk-2.20.0b/setup.py 2020-08-04 19:24:49.892605378 -0400
@@ -31,11 +31,10 @@ with open_relative("README.rst") as f:
requires = [
"certifi",
- "configparser==4.0.2",
- "cryptography==2.8",
-- "pyOpenSSL>=17.5.0",
+- "pyOpenSSL>=17.5.0,<=19.1.0",
- "python-dateutil>=2.5.3,<3.0.0",
- "pytz>=2016.10",
+ "cryptography",