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 14:36:31 +0200
commitc23161f6d81f4b016f87b8ddee88f16f406b61a3 (patch)
treec4258b06d6046b1a35b0a6fbf2ba27ce9836b9d8
parent9291a51a393bc3a9c7a38814e303586fd815c8af (diff)
Fix problem with helm build
- 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
-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"