summarylogtreecommitdiffstats
path: root/python-oci.patch
blob: 0ef3e7d29b9091aeb9fd76d2cd5c6fa2f4ab153f (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.6.1/setup.py oci-python-sdk-2.6.1b/setup.py
--- oci-python-sdk-2.6.1/setup.py	2019-10-15 13:23:50.000000000 -0400
+++ oci-python-sdk-2.6.1b/setup.py	2019-10-18 22:51:35.141904976 -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,<3.0.0",
-    "pytz>=2016.10",
+    "cryptography",
+    "pyOpenSSL",
+    "python-dateutil",
+    "pytz",
 ]
 
 setup(