Fix pbr>=2.0.0 for setup.py

Change-Id: I1cece23a627f4c7d63463fb3ae67c6d3c41458db
This commit is contained in:
ZhongShengping 2021-09-29 16:37:10 +08:00
parent 6e6715bde9
commit c62284b33a
1 changed files with 1 additions and 1 deletions

View File

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