Remove explicit pbr dependency

pbr is not use at runtime but is used during installation. It should
be pulled by setuptools automatically.

Change-Id: I648727e2525bc873d2385c106b581b54e7a59ede
This commit is contained in:
Takashi Kajinami 2024-10-31 10:41:18 +09:00
parent cf95959442
commit ef6850a644

View File

@ -2,7 +2,6 @@
# date but we do not test them so no guarantee of having them all correct. If
# you find any incorrect lower bounds, let us know or propose a fix.
pbr>=2.0.0 # Apache-2.0
alembic>=0.9.6 # MIT
debtcollector>=1.2.0 # Apache-2.0
oslo.i18n>=3.15.3 # Apache-2.0