]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Added python-pymysql as runtime dependency.
authorThomas Goirand <zigo@debian.org>
Tue, 13 Oct 2015 13:06:40 +0000 (15:06 +0200)
committerThomas Goirand <zigo@debian.org>
Tue, 13 Oct 2015 13:06:40 +0000 (15:06 +0200)
debian/changelog
debian/control

index 2d829b8eacd95fd6b3b9e83fdfa476c17a08a0ae..2250854797fc02a184fda2335fe7fd63435c5fc4 100644 (file)
@@ -1,3 +1,9 @@
+neutron (1:7.0.0~rc1-2) UNRELEASED; urgency=medium
+
+  * Added python-pymysql as runtime dependency.
+
+ -- Thomas Goirand <zigo@debian.org>  Tue, 13 Oct 2015 15:05:52 +0200
+
 neutron (1:7.0.0~rc1-1) experimental; urgency=medium
 
   * New upstream release.
index 8dd7708e418bd44982f6fa35ec5f3f12b3092523..00d2c2b0de89e5b09adb460729efbfc72debec08 100644 (file)
@@ -112,6 +112,7 @@ Depends: alembic (>= 0.8.0),
          python-pecan (>= 1.0.0),
          python-pbr (>= 1.8),
          python-psycopg2,
+         python-pymysql,
          python-pyudev,
          python-requests (>= 2.5.2),
          python-retrying,