From: Thomas Goirand Date: Wed, 22 May 2013 16:15:43 +0000 (+0800) Subject: Added missing dependency python-mysqldb. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=3d9937f0f12b2f47a27c274b1532d744cbb219b2;p=openstack-build%2Fheat-build.git Added missing dependency python-mysqldb. Rewritten-From: d29ffee53b357b7d8d62a2c01833a14fcff456d3 --- diff --git a/xenial/debian/changelog b/xenial/debian/changelog index fb4528f8..9d8b5e00 100644 --- a/xenial/debian/changelog +++ b/xenial/debian/changelog @@ -4,6 +4,7 @@ heat (2013.1-4) unstable; urgency=low postinst). * Fixed the prerm script of heat-engine that was calling dbc_go heat instead of dbc_go heat-engine. + * Added missing dependency: python-mysqldb. -- Thomas Goirand Wed, 22 May 2013 23:57:49 +0800 diff --git a/xenial/debian/control b/xenial/debian/control index 59ced943..5dd39c96 100644 --- a/xenial/debian/control +++ b/xenial/debian/control @@ -73,6 +73,7 @@ Depends: ${python:Depends}, ${misc:Depends}, python-lxml (>= 2.3), python-memcache, python-migrate, + python-mysqldb, python-novaclient, python-oslo.config, python-paste,