X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=setup.py;h=566d84432eeda2c367f881c596d327a703beb79a;hb=876bafb8e91582a4fed83514d9db0cfc3bc756d1;hp=782bb21f06c69422d97ee092c7ce684181a958cf;hpb=2e3ff0a6734bce712ab11f37a9dc2454f1420d76;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)