From: Thomas Goirand Date: Tue, 31 May 2016 11:44:36 +0000 (+0200) Subject: * Horizon doesn't build with python-django-nose in Jessie, so increasing the X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=53a58096db7841258f08b2a2110b65fa195cdba2;p=openstack-build%2Fhorizon-build.git * Horizon doesn't build with python-django-nose in Jessie, so increasing the build-depends version to >= 1.4.3. Rewritten-From: 6695146db3ab6d55aa79f8a89c196b47c26c3057 --- diff --git a/xenial/debian/changelog b/xenial/debian/changelog index b95abb8..1b281a5 100644 --- a/xenial/debian/changelog +++ b/xenial/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/xenial/debian/control b/xenial/debian/control index 54d9a5a..6380c6d 100644 --- a/xenial/debian/control +++ b/xenial/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),