]> review.fuel-infra Code Review - openstack-build/horizon-build.git/commitdiff
* Horizon doesn't build with python-django-nose in Jessie, so increasing the
authorThomas Goirand <zigo@debian.org>
Tue, 31 May 2016 11:44:36 +0000 (13:44 +0200)
committerThomas Goirand <zigo@debian.org>
Tue, 31 May 2016 11:44:36 +0000 (13:44 +0200)
    build-depends version to >= 1.4.3.

Rewritten-From: 6695146db3ab6d55aa79f8a89c196b47c26c3057

xenial/debian/changelog
xenial/debian/control

index b95abb81fb8da55eb9d574843a14d98ee91631de..1b281a5f4013f0a4e46879e9492f7f59a637b0dd 100644 (file)
@@ -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 <iudovichenko@mirantis.com>  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 <zigo@debian.org>  Tue, 31 May 2016 13:43:46 +0200
 
 horizon (2:9.0.0-2) unstable; urgency=medium
 
index 54d9a5a48f0a2810af2461b04c79fbaeb593a346..6380c6d0cc6c99fbe4af9e3a72190f38e6ff608e 100644 (file)
@@ -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),