[RELEASE] Fix guilin versions for pbr 84/121184/2
authormorganrol <morgan.richomme@orange.com>
Fri, 7 May 2021 13:21:51 +0000 (15:21 +0200)
committermorganrol <morgan.richomme@orange.com>
Fri, 7 May 2021 13:45:55 +0000 (15:45 +0200)
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

infra-healthcheck/setup.py
security/setup.py

index 566d844..adeb4c5 100644 (file)
@@ -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)
index 566d844..adeb4c5 100644 (file)
@@ -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)