summarylogtreecommitdiffstats
path: root/python-oci.patch
blob: 3ccd97e3a4583ddcbfa78160b7b137f967cf93d8 (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.2.9/setup.py oci-python-sdk-2.2.9b/setup.py
--- oci-python-sdk-2.2.9/setup.py	2019-05-14 15:48:18.000000000 -0400
+++ oci-python-sdk-2.2.9b/setup.py	2019-05-16 19:59:14.326315687 -0400
@@ -30,11 +30,10 @@ with open_relative("README.rst") as f:
 
 requires = [
     "certifi",
-    "configparser>=3.5.0b1",
-    "cryptography>=2.1.4",
-    "pyOpenSSL>=17.5.0",
-    "python-dateutil>=2.5.3,<=2.7.3",
-    "pytz>=2016.10",
+    "cryptography",
+    "pyOpenSSL",
+    "python-dateutil",
+    "pytz",
 ]
 
 setup(