From 37dee3d62b5aa7b6fc01a39793701268de218a50 Mon Sep 17 00:00:00 2001 From: Eric K Date: Fri, 20 Jul 2018 13:40:46 -0700 Subject: [PATCH] Add missing netaddr requirement Change-Id: I8b309bcc0a9edaa622337b5fb41aaa04c94fbeee --- lower-constraints.txt | 2 +- requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index fc9b26924..250f0d310 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -51,7 +51,7 @@ mox3==0.20.0 msgpack==0.5.6 munch==2.2.0 murano-pkg-check==0.3.0 -netaddr==0.7.19 +netaddr==0.7.18 netifaces==0.10.6 openstackdocstheme==1.18.1 openstacksdk==0.12.0 diff --git a/requirements.txt b/requirements.txt index 8c92e3b65..a1dc4c938 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,6 +24,7 @@ python-ironicclient>=2.3.0 # Apache-2.0 python-mistralclient!=3.2.0,>=3.1.0 # Apache-2.0 alembic>=0.8.10 # MIT cryptography>=2.1 # BSD/Apache-2.0 +netaddr>=0.7.18 # BSD python-dateutil>=2.5.3 # BSD python-glanceclient>=2.8.0 # Apache-2.0 Routes>=2.3.1 # MIT