Work around Trusty CI bindep issue
Ubuntu Trusty is not a supported platform for Ocata onwards. Currently the CI system is executing jobs against Trusty unintentionally and it's taking some time to unwind it. This bypasses the attempt to install a package that isn't available for Trusty. Change-Id: I544e71cee883245397b2a9012b2b56d83104ad4b
This commit is contained in:
parent
46c1576c1e
commit
74acf48f2d
@ -32,7 +32,7 @@ libselinux-python [platform:rpm]
|
||||
# For SSL SNI support
|
||||
python-pyasn1 [platform:dpkg]
|
||||
python-openssl [platform:dpkg]
|
||||
python-ndg-httpsclient [platform:ubuntu]
|
||||
python-ndg-httpsclient [platform:ubuntu !platform:ubuntu-trusty]
|
||||
python2-pyasn1 [platform:rpm]
|
||||
pyOpenSSL [platform:rpm]
|
||||
python-ndg_httpsclient [platform:rpm]
|
||||
|
Loading…
x
Reference in New Issue
Block a user