From 21009213aa6204bfb40eedc1b11f89a259abd917 Mon Sep 17 00:00:00 2001 From: DW Talton Date: Mon, 17 Feb 2020 16:45:04 -0700 Subject: [PATCH 1/1] Pin python zipp library to python3.5-supported version Zipp just added a hard check for py36. This pins zipp to a version that still works with py35. Signed-off-by: DW Talton Change-Id: I44100186ce14abe068a9c919fec2277cc94f0113 --- shell/job-cost.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/job-cost.sh b/shell/job-cost.sh index ee2f4a52..a7dceea4 100644 --- a/shell/job-cost.sh +++ b/shell/job-cost.sh @@ -21,7 +21,7 @@ if grep -qi amazon /sys/devices/virtual/dmi/id/bios_vendor ; then exit 0 fi -lf-activate-venv python-openstackclient +lf-activate-venv zipp==1.1.0 python-openstackclient if [[ -z ${JOB_NAME:-} ]]; then lf-echo-error "Required Env Variable Unset/Empty: JOB_NAME" -- 2.16.6