requirements: add pyroute2 to the runtime reqs

This has worked so far because kuryr-lib, which is a requirement of
kuryr-kubernetes has pyroute2 as a requirement. However, since
kuryr-kubernetes is a direct consumer of pyroute2 with its binding code,
we can't pretend this is an indirect dependency. We must include it
here.

Change-Id: I882fa9b7159e01c159a77eb949a0bf1e76f51a81
Signed-off-by: Antoni Segura Puimedon <antonisp@celebdor.com>
This commit is contained in:
Antoni Segura Puimedon 2017-03-08 00:50:02 +01:00
parent 3397320028
commit 5bd2d40f1d
No known key found for this signature in database
GPG Key ID: B71BE48A9A349926

View File

@ -12,5 +12,6 @@ oslo.serialization>=1.10.0 # Apache-2.0
oslo.service>=1.10.0 # Apache-2.0
oslo.utils>=3.18.0 # Apache-2.0
os-vif>=1.4.0 # Apache-2.0
pyroute2>=0.4.12 # Apache-2.0 (+ dual licensed GPL2)
six>=1.9.0 # MIT
stevedore>=1.17.1 # Apache-2.0