From 74230668d957889590fd92c84cbc3d39f3583ab6 Mon Sep 17 00:00:00 2001 From: morganrol Date: Fri, 7 May 2021 15:21:51 +0200 Subject: [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 --- infra-healthcheck/setup.py | 2 +- security/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) -- cgit 1.2.3-korg