Pin python zipp library 37/102837/1
authorAnil Belur <abelur@linuxfoundation.org>
Tue, 3 Mar 2020 09:32:24 +0000 (19:32 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Tue, 3 Mar 2020 09:46:07 +0000 (19:46 +1000)
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>
shell/run_releasedockerhub.sh

index 42771af..474911d 100644 (file)
@@ -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