diff --git a/devel/py-oci/files/patch-setup.py b/devel/py-oci/files/patch-setup.py index 8b5858af64d1..3bbd97593242 100644 --- a/devel/py-oci/files/patch-setup.py +++ b/devel/py-oci/files/patch-setup.py @@ -1,13 +1,12 @@ --- setup.py.orig 2020-10-01 17:52:08 UTC +++ setup.py @@ -31,8 +31,8 @@ with open_relative("README.rst") as f: requires = [ "certifi", - "configparser==4.0.2", -- "cryptography==3.2.1", + "configparser>=3.5.3", -+ "cryptography>=2.6", + "cryptography==3.3.2", "pyOpenSSL>=17.5.0,<=19.1.0", "python-dateutil>=2.5.3,<3.0.0", "pytz>=2016.10",