Add python-bpo-27945-backport PPA to executor

The python-bpo-27945-backport contains a backport of the patch that
fixes http://bugs.python.org/issue27945 and is a stop-gap while we wait
for the SRU
https://bugs.launchpad.net/ubuntu/+source/python3.5/+bug/1711724 to land
in Xenial.

Change-Id: Iaea633b8672110e49928a20d596b884c609d6345
This commit is contained in:
Monty Taylor 2017-08-18 12:55:38 -05:00
parent 2216385a8d
commit d9cefce112
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@ class zuul::executor (
) {
include ::apt
apt::ppa { 'ppa:openstack-ci-core/bubblewrap': }
# Temporary PPA needed for bpo-27945 while waiting for SRU to be published
apt::ppa { 'ppa:openstack-ci-core/python-bpo-27945-backport': }
package { 'bubblewrap':
ensure => present,