diff --git a/debian/changelog b/debian/changelog index d533d8e9f17f053b9ed2881071cebbb5481c20ff..a5ae8530738802b68850fd9b36099613884836fa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ python-oslo.upgradecheck (1.3.0-1) experimental; urgency=medium * New upstream release. + * Fixed (build-)depends for this release. -- Thomas Goirand Mon, 08 Mar 2021 09:34:29 +0100 diff --git a/debian/control b/debian/control index 97d71b1b3a63be91c3a7469a8a2960e3ace4a796..3699b9a3e6cc4e22b69fb5bf8e508274d874daa0 100644 --- a/debian/control +++ b/debian/control @@ -17,6 +17,8 @@ Build-Depends-Indep: python3-openstackdocstheme, python3-oslo.config, python3-oslo.i18n, + python3-oslo.policy, + python3-oslo.utils, python3-oslotest, python3-prettytable, python3-reno, @@ -46,6 +48,8 @@ Architecture: all Depends: python3-oslo.config, python3-oslo.i18n, + python3-oslo.policy, + python3-oslo.utils, python3-pbr, python3-prettytable, ${misc:Depends},