From 29f4a797c2c442fa93c175c4f1e36fafbcd44a95 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Mon, 8 Mar 2021 09:36:15 +0100 Subject: [PATCH] Fixed (build-)depends for this release. --- debian/changelog | 1 + debian/control | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index d533d8e..a5ae853 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 97d71b1..3699b9a 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}, -- GitLab