diff --git a/debian/changelog b/debian/changelog index 84f4c49c70c4bbdba2318d02c692b4ef2e39415d..7f9ddd9eabe8c547d5c37bd5693addc213d3072d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ python-oslo.vmware (3.8.0-1) experimental; urgency=medium * New upstream release. + * Removed version when satisfied in Bullseye. -- Thomas Goirand Mon, 08 Mar 2021 09:42:31 +0100 diff --git a/debian/control b/debian/control index 7f70f55d0cbfbf01f8e607260135fe4c5ee88f7e..969c8e16733ee0a962053327b63bcfdfe7739cfb 100644 --- a/debian/control +++ b/debian/control @@ -19,7 +19,7 @@ Build-Depends-Indep: python3-fixtures, python3-hacking, python3-httplib2, - python3-lxml (>= 4.5.0), + python3-lxml, python3-mox3, python3-netaddr, python3-openstackdocstheme, @@ -60,7 +60,7 @@ Depends: python3-ddt, python3-eventlet, python3-httplib2, - python3-lxml (>= 4.5.0), + python3-lxml, python3-netaddr, python3-oslo.concurrency, python3-oslo.i18n,