requirements: upgrade to latest pyroute2

Pyroute2 had bug with older kernels in 3.16 branch that was being
exposed in fullstack tests:

htps://github.com/svinota/pyroute2/issues/259

It was patched in the 0.4.3 release with

https://github.com/svinota/pyroute2/commit/22a2a06c0

Change-Id: I7833dee8129aa4557d9cde1e95aca6e9e55a9bc4
Signed-off-by: Lenka Segura <lenka@sepu.cz>
This commit is contained in:
Lenka Segura 2016-06-17 21:23:28 +02:00
parent 55b6eb7ffe
commit 7cea99ac34
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@ oslo.log>=1.14.0 # Apache-2.0
oslo.serialization>=1.10.0 # Apache-2.0
oslo.utils>=3.9.0 # Apache-2.0
python-neutronclient>=4.2.0 # Apache-2.0
pyroute2>=0.3.10 # Apache-2.0 (+ dual licensed GPL2)
pyroute2>=0.4.3 # Apache-2.0 (+ dual licensed GPL2)
os-client-config>=1.13.1 # Apache-2.0
neutron-lib>=0.2.0 # Apache-2.0