Fix pbr>=2.0.0 for setup.py
Change-Id: I2c779152a2397004c54bf84f49991d467d6a1509
This commit is contained in:
parent
37192bc94a
commit
f6590da61d
2
setup.py
2
setup.py
@ -18,5 +18,5 @@
|
||||
import setuptools
|
||||
|
||||
setuptools.setup(
|
||||
setup_requires=['pbr'],
|
||||
setup_requires=['pbr>=2.0.0'],
|
||||
pbr=True)
|
||||
|
Loading…
x
Reference in New Issue
Block a user