diff --git a/debian/changelog b/debian/changelog index d5f4b48929c6bb9f4e520fc86e8d688eef6dc5a3..98ab05dc5694cecabc1ef7e88ae320a415c46a80 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ python-oslo.service (2.5.0-1) experimental; urgency=medium * New upstream release. + * Removed versions when satisfied in Bullseye. -- Thomas Goirand Mon, 08 Mar 2021 09:29:36 +0100 diff --git a/debian/control b/debian/control index 2d64a7242973e414e3ea2966901c6893b5ce0128..5d8e44cb25fae1a5814a1857ee8f4bdab9dc0b52 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,7 @@ Build-Depends-Indep: python3-babel, python3-coverage, python3-debtcollector, - python3-eventlet (>= 0.25.2), + python3-eventlet, python3-fixtures, python3-greenlet, python3-hacking, @@ -27,7 +27,7 @@ Build-Depends-Indep: python3-oslo.config, python3-oslo.i18n, python3-oslo.log, - python3-oslo.utils (>= 3.40.2), + python3-oslo.utils, python3-oslosphinx, python3-oslotest, python3-paste, @@ -68,13 +68,13 @@ Depends: procps, python3-babel, python3-debtcollector, - python3-eventlet (>= 0.25.2), + python3-eventlet, python3-fixtures, python3-oslo.concurrency, python3-oslo.config, python3-oslo.i18n, python3-oslo.log, - python3-oslo.utils (>= 3.40.2), + python3-oslo.utils, python3-paste, python3-pastedeploy, python3-routes,