From: Thomas Goirand Date: Fri, 13 Sep 2013 14:51:03 +0000 (+0800) Subject: Fixed python-flask (build-)depends: needs version 0.10 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=7c1be169153f749a4ecbab017e5bf800d58ba040;p=openstack-build%2Fceilometer-build.git Fixed python-flask (build-)depends: needs version 0.10 Change-Id: I98fa3fe6c6130fd332b8aa4f3ccca5d678dae8f5 Rewritten-From: f4811bbd15386a49196deed90b99288ecad15f1e --- diff --git a/xenial/debian/control b/xenial/debian/control index 950ef45..68d50cd 100644 --- a/xenial/debian/control +++ b/xenial/debian/control @@ -26,7 +26,7 @@ Build-Depends-Indep: alembic, python-eventlet, python-extras, python-fixtures (>= 0.3.12), - python-flask (>= 0.9), + python-flask (>= 0.10), python-glance (>= 2013.2~), python-glanceclient (>= 1:0.6), python-happybase, @@ -82,7 +82,7 @@ Depends: alembic, python-d2to1 (>= 0.2.10), python-eventlet, python-extras, - python-flask (>= 0.9), + python-flask (>= 0.10), python-glanceclient (>= 1:0.6), python-greenlet (>= 0.4), python-iso8601,