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: I25f0cd4860c1d53dc364eacfd8f397660b6efe05
This commit is contained in:
Jesse Pretorius 2017-02-09 14:00:27 +00:00
parent 27c529651c
commit d7141eec52
1 changed files with 1 additions and 1 deletions

View File

@ -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]