The new release of pbr check the consistancy between the python
version and the last tag on the branch
Issue-ID: INT-1882
Signed-off-by: morganrol <morgan.richomme@orange.com>
Change-Id: Ibb110a9b65fe019208cd4448e6cf2c3e10518d29
-
- [gerrit]
- host=gerrit.onap.org
- port=29418
- project=testsuite/pythonsdk-tests
- defaultbranch=master
-
\ No newline at end of file
+[gerrit]
+ host=gerrit.onap.org
+ port=29418
+ project=testsuite/pythonsdk-tests
+ defaultbranch=guilin
from setuptools import setup
setup(
- setup_requires=['pbr','setuptools'],
+ setup_requires=['pbr<5.6.0','setuptools'],
pbr=True
)