From b92a8e78996c8fb42e0a4f7370498fda95e27a2b Mon Sep 17 00:00:00 2001 From: Kirill Zaitsev Date: Mon, 17 Jul 2017 19:17:45 +0300 Subject: [PATCH] Bump kuryr-lib to >=0.5.0 kuryr-lib 0.4.0 is incompatible with pyroute>=0.4.15 (with current constraint being pyroute2>=0.4.17). 0.5.0 release includes required compatibility fixes. Change-Id: Ib68c2a0dd59054571446b56c026677ddb370a285 Depends-On: I9bedc1043a216fced403f6709b04939483d9b841 --- global-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-requirements.txt b/global-requirements.txt index 5bd20bb70d..ce0e89b927 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -94,7 +94,7 @@ keystoneauth1>=2.21.0 # Apache-2.0 keystonemiddleware>=4.12.0 # Apache-2.0 krest>=1.3.1 # Apache-2.0 kubernetes>=1.0.0b1 # Apache-2.0 -kuryr-lib>=0.4.0 # Apache-2.0 +kuryr-lib>=0.5.0 # Apache-2.0 packaging>=16.5 # Apache-2.0 positional>=1.1.1 # Apache-2.0 pylev>=1.3.0 # BSD