From f65bd2a8c014e5f2454572b8150b5577fcf19f58 Mon Sep 17 00:00:00 2001 From: Gregory Thiemonge Date: Tue, 19 Jul 2022 10:30:25 +0200 Subject: [PATCH] Exclude pyroute2 0.7.1 pyroute2 0.7.1 contains bugs that affects the Octavia and the Neutron projects [0][1][2]. Preventively exlude this release from the requirements. [0] https://github.com/svinota/pyroute2/issues/964 [1] https://github.com/svinota/pyroute2/issues/962 [2] https://bugs.launchpad.net/neutron/+bug/1981963 Change-Id: Id58d7511dbf3e7408ac575b405e38831f42c38b4 --- global-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-requirements.txt b/global-requirements.txt index d753b95a8f..4857d60b2e 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -240,7 +240,7 @@ pyngus # Apache-2.0 pyOpenSSL # Apache-2.0 pyparsing # MIT -pyroute2!=0.5.4,!=0.5.5;sys_platform!='win32' # Apache-2.0 (+ dual licensed GPL2) +pyroute2!=0.5.4,!=0.5.5,!=0.7.1;sys_platform!='win32' # Apache-2.0 (+ dual licensed GPL2) pysnmp # BSD pystache # MIT pysaml2!=4.0.3,!=4.0.4,!=4.0.5,!=4.0.5rc1,!=4.1.0,!=4.2.0,!=4.3.0,!=4.4.0,!=4.6.0 # Apache-2.0