Blacklist pysaml2 4.6.0
Version 4.6.0 of pysaml2 is failing to install with python2 due to:
9c7b0014cc
This commit blacklists that specific version so that we use 4.5.0
instead, which works until a new version is available. Once that
happens, we can bump the upper constraint and keep 4.6.0 on the
blacklist.
Depends-On: https://review.openstack.org/#/c/597427
Change-Id: I5abf136d28fa82a4fe3abd642e20128279ae8090
This commit is contained in:
parent
002e68a1c4
commit
035affb20f
@ -236,7 +236,7 @@ pyparsing # MIT
|
||||
pyroute2;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 # 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
|
||||
|
||||
# OpenStack clients. None of these should have an upper bound
|
||||
# as that has implications for testing in the gate.
|
||||
|
@ -353,7 +353,7 @@ openstack.nose-plugin===0.11
|
||||
os-collect-config===9.2.0
|
||||
python-qpid-proton===0.23.0
|
||||
python-octaviaclient===1.6.0
|
||||
pysaml2===4.6.0
|
||||
pysaml2===4.5.0
|
||||
requests-oauthlib===1.0.0
|
||||
oslo.reports===1.28.0
|
||||
ceilometermiddleware===1.3.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user