summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorAnil Belur <abelur@linuxfoundation.org>2020-03-03 19:32:24 +1000
committerAnil Belur <abelur@linuxfoundation.org>2020-03-03 19:46:07 +1000
commit3ff4a2b11a2dd96f9fdfcd4ffd8d0129262f1bdc (patch)
treec0777e4ce961d9932f8a78b6e49f3252dfb0510d /shell
parentc6ce7f91dfd3281bfb5a2027b9a93488f0b77ff7 (diff)
Pin python zipp library
Zipp just added a hard check for py36. This pins zipp to a version that still works with py35. Issue-ID: CIMAN-33 Change-Id: I01d20fb9cf7a5de6a4f78750b3ee71116dd674bb Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
Diffstat (limited to 'shell')
-rw-r--r--shell/run_releasedockerhub.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/run_releasedockerhub.sh b/shell/run_releasedockerhub.sh
index 42771af6e..474911ddd 100644
--- a/shell/run_releasedockerhub.sh
+++ b/shell/run_releasedockerhub.sh
@@ -18,7 +18,7 @@ set -euf -o pipefail
# shellcheck disable=SC1090
source ~/lf-env.sh
-lf-activate-venv lftools
+lf-activate-venv zipp==1.1.0 lftools
if [ ! -v RELEASEDOCKERHUB_ORG ]
then