From 366862255dba15e8377801990d1fb5fc4f0e9cbd Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Tue, 31 May 2016 13:44:36 +0200 Subject: [PATCH] * Horizon doesn't build with python-django-nose in Jessie, so increasing the build-depends version to >= 1.4.3. Rewritten-From: 6695146db3ab6d55aa79f8a89c196b47c26c3057 --- trusty/debian/changelog | 6 +++++- trusty/debian/control | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/trusty/debian/changelog b/trusty/debian/changelog index b95abb8..1b281a5 100644 --- a/trusty/debian/changelog +++ b/trusty/debian/changelog @@ -8,7 +8,11 @@ horizon (2:9.0.0-3) UNRELEASED; urgency=medium openstack-dashboard-apache.{preinst,postinst,postrm}: - Pass the correct version to dpkg-maintscript-helper script. - -- Ivan Udovichenko Thu, 26 May 2016 02:36:51 +0300 + [ Thomas Goirand ] + * Horizon doesn't build with python-django-nose in Jessie, so increasing the + build-depends version to >= 1.4.3. + + -- Thomas Goirand Tue, 31 May 2016 13:43:46 +0200 horizon (2:9.0.0-2) unstable; urgency=medium diff --git a/trusty/debian/control b/trusty/debian/control index 54d9a5a..6380c6d 100644 --- a/trusty/debian/control +++ b/trusty/debian/control @@ -21,7 +21,7 @@ Build-Depends-Indep: gettext, python-coverage, python-django (>= 1.8), python-django-babel, - python-django-nose, + python-django-nose (>= 1.4.3), python-django-openstack-auth (>= 2.0.0), python-django-pyscss (>= 2.0.2), python-glanceclient (>= 1:2.0.0), -- 2.45.2