Merge "Fix pbr>=2.0.0 for setup.py"

This commit is contained in:
Zuul 2021-09-29 09:07:29 +00:00 committed by Gerrit Code Review
commit 6c6c43d66e

View File

@ -18,5 +18,5 @@
import setuptools
setuptools.setup(
setup_requires=['pbr'],
setup_requires=['pbr>=2.0.0'],
pbr=True)