X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;ds=inline;f=setup.py;h=566d84432eeda2c367f881c596d327a703beb79a;hb=7d8b3c4ed61a441ab1b44683d82b080ce4db988e;hp=782bb21f06c69422d97ee092c7ce684181a958cf;hpb=40561a3ad33c56e594908374f1d130a641294c5f;p=apex-tripleo-heat-templates.git diff --git a/setup.py b/setup.py index 782bb21f..566d8443 100644 --- a/setup.py +++ b/setup.py @@ -25,5 +25,5 @@ except ImportError: pass setuptools.setup( - setup_requires=['pbr>=1.8'], + setup_requires=['pbr>=2.0.0'], pbr=True)