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=81445e236f4a260e81719c648f198f0c9630d347;p=openstack-build%2Fheat-build.git Added missing dependency python-mysqldb. Rewritten-From: d29ffee53b357b7d8d62a2c01833a14fcff456d3 --- diff --git a/trusty/debian/changelog b/trusty/debian/changelog index fb4528f8..9d8b5e00 100644 --- a/trusty/debian/changelog +++ b/trusty/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/trusty/debian/control b/trusty/debian/control index 59ced943..5dd39c96 100644 --- a/trusty/debian/control +++ b/trusty/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,