summarylogtreecommitdiffstats
path: root/python-oci.patch
blob: 3c3fa0482b986a0f89f10cdf8f1dcb3a55d2ced1 (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.21.0/setup.py oci-python-sdk-2.21.0b/setup.py
--- oci-python-sdk-2.21.0/setup.py	2020-08-11 14:08:36.000000000 -0400
+++ oci-python-sdk-2.21.0b/setup.py	2020-08-14 21:35:14.204895058 -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,<=19.1.0",
-    "python-dateutil>=2.5.3,<3.0.0",
-    "pytz>=2016.10",
+    "cryptography",
+    "pyOpenSSL",
+    "python-dateutil",
+    "pytz",
 ]
 
 setup(