diff --git a/debian/changelog b/debian/changelog index dcfa46d..5076591 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ cinder-tempest-plugin (1.7.0-1) experimental; urgency=medium * New upstream release. + * Removed python3-six from (build-)depends. -- Thomas Goirand Sun, 18 Sep 2022 22:01:12 +0200 diff --git a/debian/control b/debian/control index b9702f4..8a82433 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,6 @@ python3-setuptools, Build-Depends-Indep: python3-oslo.config, - python3-six, python3-stestr, python3-oslo.serialization, subunit, @@ -28,7 +27,6 @@ Depends: python3-pbr, python3-oslo.config, - python3-six, python3-oslo.serialization, tempest (>= 27.0.0), ${misc:Depends},