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
This commit is contained in:
parent
4914d7fab2
commit
ea11928ba0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user