summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com>2020-10-13 14:36:31 +0200
committerPiotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com>2020-10-13 13:02:39 +0000
commita61801d3d9202c7c9a3ec230ba515a44975fecea (patch)
tree24aa7a07b40958a48a5791350442c5ca0439d2f6
parent86c9f3ac9a19ffba6ef9ca92ac088a0c24abcb3f (diff)
Fix problem with helm build7.0.0-ONAPguilin
- Limit cloudify-common to <5.1.0 in helm Issue-ID: DCAEGEN2-2484 Signed-off-by: Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com> Change-Id: Iec427872a9b077f9c217b5aec525a9805817bfe8 (cherry picked from commit c23161f6d81f4b016f87b8ddee88f16f406b61a3)
-rw-r--r--helm/requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm/requirements.txt b/helm/requirements.txt
index 038951f..1432553 100644
--- a/helm/requirements.txt
+++ b/helm/requirements.txt
@@ -13,5 +13,5 @@ pyyaml>=3.12
# will need to wait for a python3-supporting release of cloudify.
# When such a version is released, the single requirement should suffice.
# The install_requires in setup.py may also be uncommented then.
-cloudify-common>=5.0.5; python_version<"3"
+cloudify-common>=5.0.5,<5.1.0; python_version<"3"
cloudify-common @ git+https://github.com/cloudify-cosmo/cloudify-common@cy-1374-python3#egg=cloudify-common==5.0.5; python_version>="3"