Fix pbr>=2.0.0 for setup.py

Change-Id: Id97654660007c852aba1f1fafb1dfb829e42a402
This commit is contained in:
ZhongShengping 2021-09-29 16:37:10 +08:00
parent 1f87a2312c
commit 82058548c1
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)