Merge "Install python34-setuptools for verify job"
[releng.git] / jjb / apex / apex.yml
index ba00b64..99dd1a5 100644 (file)
                         exit 1
                     fi
                 fi
+                if ! rpm -q python34-setuptools > /dev/null; then
+                    if ! sudo yum install -y python34-setuptools; then
+                        echo "Failed to install python34-setuptools"
+                        exit 1
+                    fi
+                fi
                 if [ -z ${PYTHONPATH:-} ]; then
                     export PYTHONPATH=${WORKSPACE}/lib/python
                 else