requirements: upgrade to latest pyroute2

Pyroute2 had a bug with older kernels such as 3.16 that was being
exposed in kuryr fullstack tests when ran in the ubuntu jenkins slaves:

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

The bug was patched in:

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

The 0.4.3 pyroute2 release includes it and solves the issues

Change-Id: I2a49099777b392c63861b2bde9a30b7dbf4938e5
Signed-off-by: Antoni S. Puimedon <antonisp@celebdor.com>
This commit is contained in:
Antoni S. Puimedon 2016-06-17 22:10:40 +02:00 committed by Antoni Segura Puimedon
parent 4797144ddb
commit c3e2e233ce

@ -164,7 +164,7 @@ pyngus>=2.0.0 # Apache-2.0
pyOpenSSL>=0.14 # Apache-2.0
pyparsing>=2.0.1 # MIT
pyroute2>=0.3.10 # Apache-2.0 (+ dual licensed GPL2)
pyroute2>=0.4.3 # Apache-2.0 (+ dual licensed GPL2)
pysnmp>=4.2.3,<5.0.0 # BSD
pystache # MIT