summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2018-07-24 15:51:01 -0700
committerTim Burke <tim.burke@gmail.com>2018-07-24 15:51:01 -0700
commit60f1d34048c5d8b56f0eb6c674f4a025adbb1e3d (patch)
treeb361f92b96cbbbd68ca60784306a92d451778cbe /requirements.txt
parent89854250c3f5e9ce4cb0efa73f25220f1782f153 (diff)
downloadswift-60f1d34048c5d8b56f0eb6c674f4a025adbb1e3d.tar.gz
Lower the required version of ipaddress
CentOS 7 distributes 1.0.16, and there is no real reason to avoid it. Plus, in our probetests we apparently cannot avoid the system package. Change-Id: I108ec2438dbc02f3e85f8da43e11ff4cdcfd1e4b
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 3c27869c7..df5d26b69 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -13,4 +13,4 @@ six>=1.9.0
xattr>=0.4
PyECLib>=1.3.1 # BSD
cryptography!=2.0,>=1.6 # BSD/Apache-2.0
-ipaddress>=1.0.17;python_version<'3.3' # PSF
+ipaddress>=1.0.16;python_version<'3.3' # PSF