Matej Cepl
abc9ea1d58
- Provide the PyPI name: python-oci - Use pep517 macros instead of deprecated direct setup.py calls - Update deps patch - Add rpmlintrc for devendored package requirements OBS-URL: https://build.opensuse.org/request/show/1088042 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-oci-sdk?expand=0&rev=97
23 lines
671 B
Diff
23 lines
671 B
Diff
Index: oci-python-sdk-2.102.0/setup.py
|
|
===================================================================
|
|
--- oci-python-sdk-2.102.0.orig/setup.py
|
|
+++ oci-python-sdk-2.102.0/setup.py
|
|
@@ -31,12 +31,12 @@ with open_relative("README.rst") as f:
|
|
|
|
requires = [
|
|
"certifi",
|
|
- "configparser==4.0.2 ; python_version < '3'",
|
|
- "cryptography>=3.2.1,<40.0.0",
|
|
- "pyOpenSSL>=17.5.0,<24.0.0",
|
|
- "python-dateutil>=2.5.3,<3.0.0",
|
|
+ "configparser>=4.0.2 ; python_version < '3'",
|
|
+ "cryptography>=3.2.1",
|
|
+ "pyOpenSSL>=17.5.0",
|
|
+ "python-dateutil>=2.5.3",
|
|
"pytz>=2016.10",
|
|
- "circuitbreaker>=1.3.1,< 2.0.0"
|
|
+ "circuitbreaker>=1.3.1"
|
|
]
|
|
|
|
setup(
|