summaryrefslogtreecommitdiff
path: root/devel/py-oci/files/patch-setup.py
blob: 8b5858af64d17bb9410689bc0c63f57cdaa18623 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- 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",
     "pyOpenSSL>=17.5.0,<=19.1.0",
     "python-dateutil>=2.5.3,<3.0.0",
     "pytz>=2016.10",