summarylogtreecommitdiffstats
path: root/python-oci.patch
blob: 5bb9bc7e34d017d2faa27a99c1eded1a5065d057 (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.27.0/setup.py oci-python-sdk-2.27.0b/setup.py
--- oci-python-sdk-2.27.0/setup.py	2021-01-12 13:13:09.000000000 -0500
+++ oci-python-sdk-2.27.0b/setup.py	2021-01-13 19:08:23.249382009 -0500
@@ -31,11 +31,10 @@ with open_relative("README.rst") as f:
 
 requires = [
     "certifi",
-    "configparser==4.0.2",
-    "cryptography==3.2.1",
-    "pyOpenSSL>=17.5.0,<=19.1.0",
-    "python-dateutil>=2.5.3,<3.0.0",
-    "pytz>=2016.10",
+    "cryptography",
+    "pyOpenSSL",
+    "python-dateutil",
+    "pytz",
 ]
 
 setup(