From a61801d3d9202c7c9a3ec230ba515a44975fecea Mon Sep 17 00:00:00 2001 From: Piotr Marcinkiewicz Date: Tue, 13 Oct 2020 14:36:31 +0200 Subject: Fix problem with helm build - Limit cloudify-common to <5.1.0 in helm Issue-ID: DCAEGEN2-2484 Signed-off-by: Piotr Marcinkiewicz Change-Id: Iec427872a9b077f9c217b5aec525a9805817bfe8 (cherry picked from commit c23161f6d81f4b016f87b8ddee88f16f406b61a3) --- helm/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit 1.2.3-korg