summarylogtreecommitdiffstats
path: root/oci-cli.patch
blob: 2a6b3c15ff296bcc2e9ee979d7804af97af16ca7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
diff -rupN oci-cli-3.0.0/setup.py oci-cli-3.0.0b/setup.py
--- oci-cli-3.0.0/setup.py	2021-08-03 15:20:34.000000000 -0400
+++ oci-cli-3.0.0b/setup.py	2021-08-15 21:11:03.420019129 -0400
@@ -29,23 +29,22 @@ with open_relative("README.rst") as f:
     readme = f.read()
 
 requires = [
-    'oci==2.43.2',
-    'arrow==0.17.0',
+    'oci',
+    'arrow',
     'certifi',
-    'click==7.0',
-    'configparser==4.0.2',
-    'cryptography>=3.2.1,<=3.4.7',
-    'jmespath==0.10.0',
-    'python-dateutil>=2.5.3,<3.0.0',
-    'pytz>=2016.10',
-    'six==1.14.0',
-    'terminaltables==3.1.0',
-    'pyOpenSSL==19.1.0',
-    'PyYAML>=5.4,<6'
+    'click',
+    'cryptography',
+    'jmespath',
+    'python-dateutil',
+    'pytz',
+    'six',
+    'terminaltables',
+    'pyOpenSSL',
+    'PyYAML'
 ]
 
 extras = {
-    'db': ['cx_Oracle==7.0']
+    'db': ['cx_Oracle']
 }
 
 fips_libcrypto_file = os.getenv("OCI_CLI_FIPS_LIBCRYPTO_FILE")
@@ -90,7 +89,7 @@ setup(
     packages=all_packages,
     package_dir=package_dirs,
     include_package_data=True,
-    python_requires='>=3.6',
+    python_requires='',
     license="Universal Permissive License 1.0 or Apache License 2.0",
     classifiers=[
         "Development Status :: 5 - Production/Stable",