summarylogtreecommitdiffstats
path: root/python-oci.patch
blob: 07e41e999568e1706daa671d042a2dd0d50cf7d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
diff -rupN oci-python-sdk-2.12.3/setup.py oci-python-sdk-2.12.3b/setup.py
--- oci-python-sdk-2.12.3/setup.py	2020-04-07 12:36:21.000000000 -0400
+++ oci-python-sdk-2.12.3b/setup.py	2020-04-08 19:18:33.514807916 -0400
@@ -30,11 +30,10 @@ with open_relative("README.rst") as f:
 
 requires = [
     "certifi",
-    "configparser==4.0.2",
-    "cryptography==2.8",
-    "pyOpenSSL>=17.5.0",
-    "python-dateutil>=2.5.3,<3.0.0",
-    "pytz>=2016.10",
+    "cryptography",
+    "pyOpenSSL",
+    "python-dateutil",
+    "pytz",
 ]
 
 setup(