From: Thomas Goirand Date: Tue, 13 Oct 2015 13:06:40 +0000 (+0200) Subject: Added python-pymysql as runtime dependency. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=44de0d837a5c92ddf155e3883f410e243e4a3d03;p=openstack-build%2Fneutron-build.git Added python-pymysql as runtime dependency. --- diff --git a/debian/changelog b/debian/changelog index 2d829b8ea..225085479 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +neutron (1:7.0.0~rc1-2) UNRELEASED; urgency=medium + + * Added python-pymysql as runtime dependency. + + -- Thomas Goirand Tue, 13 Oct 2015 15:05:52 +0200 + neutron (1:7.0.0~rc1-1) experimental; urgency=medium * New upstream release. diff --git a/debian/control b/debian/control index 8dd7708e4..00d2c2b0d 100644 --- a/debian/control +++ b/debian/control @@ -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,