From 605df9cb9451614ac801ffd3650f9cbe771e7ec3 Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka <ihrachys@redhat.com> Date: Sat, 17 Dec 2016 07:38:38 +0000 Subject: [PATCH] Moving pyroute and oslo.privsep deps into requirements.txt It is true that the code using the modules is still utilized in tests only; but it's also true that those deps are now needed for example for oslo-config-generator to work, so in the end, it's not only about tests. Change-Id: I9e27aca32be03130057e00c727d29cb26532e860 Related-Bug: #1492714 --- requirements.txt | 2 ++ test-requirements.txt | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7b7a77c0a0e..eef1a11579b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,6 +37,7 @@ oslo.log>=3.11.0 # Apache-2.0 oslo.messaging>=5.14.0 # Apache-2.0 oslo.middleware>=3.0.0 # Apache-2.0 oslo.policy>=1.17.0 # Apache-2.0 +oslo.privsep>=1.9.0 # Apache-2.0 oslo.reports>=0.6.0 # Apache-2.0 oslo.rootwrap>=5.0.0 # Apache-2.0 oslo.serialization>=1.10.0 # Apache-2.0 @@ -45,6 +46,7 @@ oslo.utils>=3.18.0 # Apache-2.0 oslo.versionedobjects>=1.17.0 # Apache-2.0 osprofiler>=1.4.0 # Apache-2.0 ovs>=2.6.1 # Apache-2.0 +pyroute2>=0.4.3 # Apache-2.0 (+ dual licensed GPL2) python-novaclient!=2.33.0,>=2.29.0 # Apache-2.0 python-designateclient>=1.5.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 9c93345b1f1..675ee511e02 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -16,8 +16,6 @@ testscenarios>=0.4 # Apache-2.0/BSD WebTest>=2.0 # MIT oslotest>=1.10.0 # Apache-2.0 os-testr>=0.8.0 # Apache-2.0 -oslo.privsep>=1.9.0 # Apache-2.0 -pyroute2>=0.4.3 # Apache-2.0 (+ dual licensed GPL2) ddt>=1.0.1 # MIT pylint==1.4.5 # GPLv2 reno>=1.8.0 # Apache-2.0