From ea11928ba03348e7fa99f49ffc6c2a2f60472686 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Sat, 17 Sep 2022 14:06:48 +0200 Subject: [PATCH] Neutron needs oslo.config >= 9 Building the Neutron package in Debian unstable fails, because oslo.config 8.8.0 isn't enough. Adding a depends on python3-oslo.config (>= 9.0.0), available from Debian experimental, fixed my build. Please adopt this fix in upstream Neutron. Change-Id: Ibe2892e12b90d2e6d457e70f2a47a44972ec6193 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 83450edd8f8..1a6755da7dd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,7 +30,7 @@ alembic>=1.6.5 # MIT stevedore>=2.0.1 # Apache-2.0 oslo.cache>=1.26.0 # Apache-2.0 oslo.concurrency>=3.26.0 # Apache-2.0 -oslo.config>=8.0.0 # Apache-2.0 +oslo.config>=9.0.0 # Apache-2.0 oslo.context>=2.22.0 # Apache-2.0 oslo.db>=4.44.0 # Apache-2.0 oslo.i18n>=3.20.0 # Apache-2.0