Added compatibility to pyroute2>=0.4.15

Pyroute2 was updated, its change make some testcases failed.
This patch fix the problem with pyroute2 update.

Change-Id: I576a8d14fdd35703971b92c5b48499a9a1fa1374
This commit is contained in:
ritesh.arya 2017-07-03 18:24:54 +05:30
parent 706154c181
commit 02f25c3f57
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ PyMySQL>=0.7.6 # MIT License
oslosphinx>=4.7.0 # Apache-2.0
oslotest>=1.10.0 # Apache-2.0
oslo.privsep>=1.9.0 # Apache-2.0
pyroute2>=0.4.12 # Apache-2.0 (+ dual licensed GPL2)
pyroute2>=0.4.15 # Apache-2.0 (+ dual licensed GPL2)
testrepository>=0.0.18 # Apache-2.0/BSD
testresources>=0.2.4 # Apache-2.0/BSD
testtools>=1.4.0 # MIT