From: Cédric Ollivier Date: Tue, 21 Nov 2017 17:30:32 +0000 (+0100) Subject: Sync setup.py with OpenStack Ocata X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=59fd6c8062c03d081193ddbb71d84c8897c48ffc;p=snaps.git Sync setup.py with OpenStack Ocata The previous version differs from OpenStack Ocata and may raise runtime issues in Functest containers. Change-Id: I937b7a3d06f6cdf69ef66194b3f3cc632f6ff010 Signed-off-by: Cédric Ollivier --- diff --git a/setup.py b/setup.py index f0cf5e8..a5f79ec 100644 --- a/setup.py +++ b/setup.py @@ -12,6 +12,5 @@ from setuptools import setup __author__ = 'spisarski' setup( - setup_requires=['pbr>=1.9', 'setuptools>=17.1'], - pbr=True, -) + setup_requires=['pbr>=1.8'], + pbr=True)