Remove explicit pbr dependency
pbr is not use at runtime but is used during installation. It should be pulled by setuptools automatically. Change-Id: I44ac18793d840a90cdeee5c6fe3f4c23ad96240e
This commit is contained in:
parent
f94c170f10
commit
a21304d48a
@ -7,7 +7,6 @@
|
|||||||
# adding a new feature to oslo.serialization means adding a new dependency,
|
# adding a new feature to oslo.serialization means adding a new dependency,
|
||||||
# that is a likely indicator that the feature belongs somewhere else.
|
# that is a likely indicator that the feature belongs somewhere else.
|
||||||
|
|
||||||
pbr>=2.0.0 # Apache-2.0
|
|
||||||
msgpack>=0.5.2 # Apache-2.0
|
msgpack>=0.5.2 # Apache-2.0
|
||||||
oslo.utils>=3.33.0 # Apache-2.0
|
oslo.utils>=3.33.0 # Apache-2.0
|
||||||
tzdata>=2022.4 # MIT
|
tzdata>=2022.4 # MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user