diff --git a/debian/changelog b/debian/changelog index f6a32e2..d6e5c5e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ cinder-tempest-plugin (1.4.0-1) experimental; urgency=medium * New upstream release. + * Fixed (build-)depends for this release. -- Thomas Goirand Tue, 09 Mar 2021 09:16:53 +0100 diff --git a/debian/control b/debian/control index 7575f63..fa5b87a 100644 --- a/debian/control +++ b/debian/control @@ -7,16 +7,18 @@ Build-Depends: debhelper-compat (= 11), dh-python, - openstack-pkg-tools (>= 109~), + openstack-pkg-tools, python3-all, python3-pbr, python3-setuptools, Build-Depends-Indep: python3-oslo.config, python3-six, + python3-stestr, python3-oslo.serialization, + subunit, tempest, -Standards-Version: 4.5.0 +Standards-Version: 4.5.1 Vcs-Browser: https://salsa.debian.org/openstack-team/tempest/cinder-tempest-plugin Vcs-Git: https://salsa.debian.org/openstack-team/tempest/cinder-tempest-plugin.git Homepage: https://opendev.org/openstack/cinder-tempest-plugin