]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Added missing dependency python-mysqldb.
authorThomas Goirand <thomas@goirand.fr>
Wed, 22 May 2013 16:15:43 +0000 (00:15 +0800)
committerThomas Goirand <thomas@goirand.fr>
Wed, 22 May 2013 16:15:43 +0000 (00:15 +0800)
Rewritten-From: d29ffee53b357b7d8d62a2c01833a14fcff456d3

xenial/debian/changelog
xenial/debian/control

index fb4528f89c2727f9e3ccb85b2128d2bd7ba91fc5..9d8b5e00595bf96263a885c6a2092c63fb021b0b 100644 (file)
@@ -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 <zigo@debian.org>  Wed, 22 May 2013 23:57:49 +0800
 
index 59ced9432e9441f59e579d4b40cd42bb6321438c..5dd39c96be649373eb0b4f92471d41f1b0fb140b 100644 (file)
@@ -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,