]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Added python-pymysql as runtime dependency.
authorThomas Goirand <zigo@debian.org>
Tue, 13 Oct 2015 13:02:29 +0000 (15:02 +0200)
committerThomas Goirand <zigo@debian.org>
Tue, 13 Oct 2015 13:02:29 +0000 (15:02 +0200)
Rewritten-From: dd18542cce4a721b1a2dbdb595b938a64ce0713c

trusty/debian/changelog
trusty/debian/control

index 570e5a6ca989286551bab534d5d4d2410adc2b6d..495db42e4abb515ec7d2603f3a180be5b868e85d 100644 (file)
@@ -1,3 +1,9 @@
+heat (1:5.0.0~rc1-2) UNRELEASED; urgency=medium
+
+  * Added python-pymysql as runtime dependency.
+
+ -- Thomas Goirand <zigo@debian.org>  Tue, 13 Oct 2015 15:02:21 +0200
+
 heat (1:5.0.0~rc1-1) experimental; urgency=medium
 
   * New upstream release.
index e3ebfd0dcdf60635a8f1791b4fff668ab6940478..e521c07ece2ca41fb80208182f32a4bdd6f4f943 100644 (file)
@@ -62,6 +62,7 @@ Build-Depends-Indep: bandit (>= 0.13.2),
                      python-paramiko,
                      python-pastedeploy,
                      python-psycopg2,
+                     python-pymysql,
                      python-requests (>= 2.5.2),
                      python-routes,
                      python-saharaclient (>= 0.10.0),
@@ -129,6 +130,7 @@ Depends: python-babel (>= 1.3),
          python-osprofiler,
          python-pastedeploy,
          python-pbr (>= 1.8),
+         python-pymysql,
          python-requests (>= 2.5.2),
          python-routes,
          python-saharaclient (>= 0.10.0),