Try pyroute2 0.5.1

Newer pyroute2 includes a few fixes and improvements, let's see if it's
compatible with us.

Change-Id: I7d92f94decfc65d35d27077b2eb931632b9d53a4
This commit is contained in:
Michał Dulko 2018-05-25 12:13:10 +02:00
parent a48a49bce6
commit 6e30059e14
2 changed files with 2 additions and 2 deletions

View File

@ -93,7 +93,7 @@ Pygments==2.2.0
pyinotify==0.9.6
pyparsing==2.2.0
pyperclip==1.6.0
pyroute2==0.4.21
pyroute2==0.5.1
python-dateutil==2.7.0
python-editor==1.0.3
python-keystoneclient==3.15.0

View File

@ -16,7 +16,7 @@ oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
oslo.service!=1.28.1,>=1.24.0 # Apache-2.0
oslo.utils>=3.33.0 # Apache-2.0
os-vif!=1.8.0,>=1.7.0 # Apache-2.0
pyroute2>=0.4.21;sys_platform!='win32' # Apache-2.0 (+ dual licensed GPL2)
pyroute2>=0.5.1;sys_platform!='win32' # Apache-2.0 (+ dual licensed GPL2)
retrying!=1.3.0,>=1.2.3 # Apache-2.0
six>=1.10.0 # MIT
stevedore>=1.20.0 # Apache-2.0