Bump pbr to >=2.0.0

Change-Id: I307afb7f4b5315b8f8eca6e779ccf45b0ba49bac
This commit is contained in:
Hervé Beraud 2020-02-04 10:51:22 +01:00
parent 5ce8a9d023
commit c9508a1717
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
pbr>=0.6,<1.0
pbr>=2.0.0
openstackdocstheme>=1.20.0
sphinx!=1.6.6,>=1.6.2
yasfb>=0.8.0

View File

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