aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormorganrol <morgan.richomme@orange.com>2021-05-07 15:21:51 +0200
committermorganrol <morgan.richomme@orange.com>2021-05-07 15:45:55 +0200
commit74230668d957889590fd92c84cbc3d39f3583ab6 (patch)
tree9788e362ba118c168639955d81913ae7928fef60
parent1efda7623bc4d9a87567c86a57e42e1ad354f0f1 (diff)
[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 <morgan.richomme@orange.com> Change-Id: Ife8bb311203ecaba0f80fe3b045659a261bca166
-rw-r--r--infra-healthcheck/setup.py2
-rw-r--r--security/setup.py2
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)