File python-oci-pyopenssl.patch of Package python-oci
diff --git a/setup.py b/setup.py index a6d7482a..615199b0 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ requires = [ "certifi", "configparser==4.0.2 ; python_version < '3'", "cryptography>=3.2.1,<=3.4.7", - "pyOpenSSL>=17.5.0,<=19.1.0", + "pyOpenSSL>=17.5.0", "python-dateutil>=2.5.3,<3.0.0", "pytz>=2016.10", "circuitbreaker>=1.3.1,< 2.0.0"