Fix pbr>=2.0.0 for setup.py

Change-Id: I0d5ca01434ffbaa6f4f6a2ee09a5c1315107c442
This commit is contained in:
ZhongShengping 2021-09-29 16:37:10 +08:00
parent 86f74b912e
commit eae7c4ec12
1 changed files with 1 additions and 1 deletions

View File

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