diff -Nru python-keystoneclient-1.7.1/debian/changelog python-keystoneclient-1.7.1/debian/changelog --- python-keystoneclient-1.7.1/debian/changelog 2015-10-02 16:30:37.000000000 +0000 +++ python-keystoneclient-1.7.1/debian/changelog 2015-10-05 12:02:50.000000000 +0000 @@ -1,3 +1,10 @@ +python-keystoneclient (1:1.7.1-1ubuntu2) wily; urgency=medium + + * d/control: Drop python(3)-bandit and bandit as they're not needed + to run unit tests. + + -- Corey Bryant Mon, 05 Oct 2015 08:02:08 -0400 + python-keystoneclient (1:1.7.1-1ubuntu1) wily; urgency=medium * d/control: Drop python(3)-pysaml2 as it's not needed. diff -Nru python-keystoneclient-1.7.1/debian/control python-keystoneclient-1.7.1/debian/control --- python-keystoneclient-1.7.1/debian/control 2015-10-02 16:09:05.000000000 +0000 +++ python-keystoneclient-1.7.1/debian/control 2015-10-05 12:02:04.000000000 +0000 @@ -13,10 +13,8 @@ python3-all, python3-pbr (>= 1.6), python-sphinx, -Build-Depends-Indep: bandit, - memcached, +Build-Depends-Indep: memcached, python-babel, - python-bandit, python-coverage, python-crypto, python-debtcollector, @@ -46,7 +44,6 @@ python-testtools (>= 1.4.0), python-webob, python3-babel, - python3-bandit, python3-crypto, python3-coverage, python3-debtcollector,