Move oslo.config to normal requirements

The oslo.config library is not really optional, because of multiple
implementations importing it. Actually the library is now installed
because the oslo.concurrency library depends on it.

Change-Id: I935ee16c6d52564ce6a61890a47cb57196ea5bad
This commit is contained in:
Takashi Kajinami 2023-11-13 22:17:19 +09:00
parent 3c5feadda2
commit ac796bdabf
2 changed files with 1 additions and 4 deletions

View File

@ -1,5 +1,6 @@
netaddr>=0.7.18 # BSD
oslo.concurrency>=3.26.0 # Apache-2.0
oslo.config>=5.2.0 # Apache-2.0
oslo.serialization>=2.18.0 # Apache-2.0
oslo.utils>=3.33.0 # Apache-2.0
PrettyTable>=0.7.2 # BSD

View File

@ -24,10 +24,6 @@ classifier =
packages =
osprofiler
[extras]
oslo_config =
oslo.config>=5.2.0 # Apache-2.0
[entry_points]
oslo.config.opts =
osprofiler = osprofiler.opts:list_opts