Update setuptools setup_requires

Update setuptools setup_requires to have the same style as other project-spec.

Change-Id: Id164179032de3c37e302616995745c973a32a6d5
This commit is contained in:
xiabing.yao 2015-08-05 09:39:00 +08:00
parent a489b36cf5
commit 2e8ab87bd5

View File

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