From: morganrol Date: Fri, 7 May 2021 13:21:51 +0000 (+0200) Subject: [RELEASE] Fix guilin versions for pbr X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F84%2F121184%2F2;p=integration%2Fxtesting.git [RELEASE] Fix guilin versions for pbr with last version of pbr, there is a check that the module version is not behing the repository tag it shall then be updated for guilin before releasing Issue-ID: INT-1884 Signed-off-by: morganrol Change-Id: Ife8bb311203ecaba0f80fe3b045659a261bca166 --- diff --git a/infra-healthcheck/setup.py b/infra-healthcheck/setup.py index 566d844..adeb4c5 100644 --- a/infra-healthcheck/setup.py +++ b/infra-healthcheck/setup.py @@ -25,5 +25,5 @@ except ImportError: pass setuptools.setup( - setup_requires=['pbr>=2.0.0'], + setup_requires=['pbr>=2.0.0,<5.6.0'], pbr=True) diff --git a/security/setup.py b/security/setup.py index 566d844..adeb4c5 100644 --- a/security/setup.py +++ b/security/setup.py @@ -25,5 +25,5 @@ except ImportError: pass setuptools.setup( - setup_requires=['pbr>=2.0.0'], + setup_requires=['pbr>=2.0.0,<5.6.0'], pbr=True)