From: Ondřej Nový Date: Sun, 14 Aug 2016 13:22:24 +0000 (+0200) Subject: Added python-pep8 to build depends (Closes: #834275) X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=2a25ac72204ac2215b1ea656c5fcd97bf8136dda;p=openstack-build%2Fcinder-build.git Added python-pep8 to build depends (Closes: #834275) Rewritten-From: 673c514bac1e88d411d8143a02ad36910209b591 --- diff --git a/xenial/debian/changelog b/xenial/debian/changelog index 7075e241b..982aa3051 100644 --- a/xenial/debian/changelog +++ b/xenial/debian/changelog @@ -1,3 +1,9 @@ +cinder (2:9.0.0~b2-2) UNRELEASED; urgency=medium + + * Added python-pep8 to build depends (Closes: #834275) + + -- Ondřej Nový Sun, 14 Aug 2016 15:59:04 +0200 + cinder (2:9.0.0~b2-1) experimental; urgency=medium * New upstream release. diff --git a/xenial/debian/control b/xenial/debian/control index baf09382f..a1885aba1 100644 --- a/xenial/debian/control +++ b/xenial/debian/control @@ -65,6 +65,7 @@ Build-Depends-Indep: bandit (>= 0.13.2), python-paramiko (>= 2.0), python-paste, python-pastedeploy, + python-pep8, python-psutil, python-psycopg2 (>= 2.5), python-pymysql,