From 7cea99ac344f4d983e4cf8667609169d9240df8d Mon Sep 17 00:00:00 2001 From: Lenka Segura Date: Fri, 17 Jun 2016 21:23:28 +0200 Subject: [PATCH] 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 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 36e24a01..b61f2361 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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