Fix pbr>=2.0.0 for setup.py

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