From 60f1d34048c5d8b56f0eb6c674f4a025adbb1e3d Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Tue, 24 Jul 2018 15:51:01 -0700 Subject: [PATCH] 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 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3c27869c7e..df5d26b69a 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