proliantutils/setup.py
Debayan Ray 5618c0738f [Fix gate] Update pbr requirement
Explicit version dependency of pbr is added in requirements.txt.
Also, since pbr already landed and the old version of hacking
seems not work very well with pbr>=2, we should update it to
match global requirement. Minor flake8 issue resolved in
``proliantutils/hpssa/objects.py``.

Change-Id: I5c019ce41606b73fe12d56b871f76ef17224d4fc
Partial-Bug: #1668848
2017-03-03 00:18:17 -05:00

8 lines
109 B
Python

#!/usr/bin/env python
import setuptools
setuptools.setup(
setup_requires=['pbr>=2.0.0'],
pbr=True)