summarylogtreecommitdiffstats
path: root/oci-cli.patch
diff options
context:
space:
mode:
authorAndrew O'Neill2021-08-18 17:16:29 -0400
committerAndrew O'Neill2021-08-18 17:16:29 -0400
commit81025144d2fa104a77692172a788115a2ac15c57 (patch)
treeeff963f8f2f1b16fb32dda30988d81d346503140 /oci-cli.patch
parent5c19f6406d81639a7bfb51e1bb45cd51808a067c (diff)
downloadaur-81025144d2fa104a77692172a788115a2ac15c57.tar.gz
Version bump
Diffstat (limited to 'oci-cli.patch')
-rw-r--r--oci-cli.patch48
1 files changed, 0 insertions, 48 deletions
diff --git a/oci-cli.patch b/oci-cli.patch
deleted file mode 100644
index 2a6b3c15ff29..000000000000
--- a/oci-cli.patch
+++ /dev/null
@@ -1,48 +0,0 @@
-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",