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
This commit is contained in:
parent
6afc562c61
commit
f65bd2a8c0
@ -240,7 +240,7 @@ pyngus # Apache-2.0
|
|||||||
|
|
||||||
pyOpenSSL # Apache-2.0
|
pyOpenSSL # Apache-2.0
|
||||||
pyparsing # MIT
|
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
|
pysnmp # BSD
|
||||||
pystache # MIT
|
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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user