From 74acf48f2df7555a6fcb5c693c4a68a04ab42302 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Thu, 9 Feb 2017 13:55:55 +0000 Subject: [PATCH] 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 --- bindep.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindep.txt b/bindep.txt index ee6c1ca9..fe589259 100644 --- a/bindep.txt +++ b/bindep.txt @@ -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]