Fix pbr>=2.0.0 for setup.py

Change-Id: Ia08a77e7f9ec1419eaf108a712bdcdb1618b8bea
This commit is contained in:
ZhongShengping 2021-09-29 16:37:10 +08:00
parent bf53fb709b
commit 76f0ce2cd9
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)