From d434ec7c0c1975786317e8a2a3c31f09bf03494a Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Mon, 8 Mar 2021 09:30:42 +0100 Subject: [PATCH] Removed versions when satisfied in Bullseye. --- debian/changelog | 1 + debian/control | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index d5f4b48..98ab05d 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 2d64a72..5d8e44c 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, -- GitLab