From 3a26647c789ebd17064bcf63a88e673bcb0ecca0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Andr=C3=A9?= Date: Thu, 29 Mar 2018 11:01:43 +0200 Subject: [PATCH] Pin dh-python to earlier version to fix ubuntu gate Let's pin the package until the dh-python from ubuntu-cloud-archive is fixed. Change-Id: I59f827bc7eb27a30f5d5f06628b3be535fcfabcc Related-Bug: #1759796 (cherry picked from commit 739c51392f4244d68c023b061ce0300932db285b) --- docker/base/apt_preferences.ubuntu | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docker/base/apt_preferences.ubuntu b/docker/base/apt_preferences.ubuntu index e69de29bb2..7f61f0625c 100644 --- a/docker/base/apt_preferences.ubuntu +++ b/docker/base/apt_preferences.ubuntu @@ -0,0 +1,4 @@ +# FIXME Workaround for https://bugs.launchpad.net/kolla/+bug/1759796 +Package: dh-python +Pin: version 2.20151103ubuntu1 +Pin-Priority: 550