Fix pbr>=2.0.0 for setup.py

Change-Id: If5b9a81a4be2ccee26df6fb1f209fdc981583379
This commit is contained in:
ZhongShengping
2021-09-29 16:37:10 +08:00
parent b500f1bda3
commit 3a3806a5df

View File

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