Install YAQL from PyPI on CentOS also.

Change-Id: I64000e26965e8fabb883e5b1294b7639bdade849
This commit is contained in:
Timur Sufiev 2013-08-27 18:25:46 +04:00
parent ca7b1b3954
commit ab1b5eb897
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ CLONE_FROM_GIT=$1
exit 1
fi
# NON PIP PACKAGES INSTALL START
for pkg in tsufiev.djblets ativelkov.yaql; do
for pkg in tsufiev.djblets; do
PACKAGE=${pkg##*.}
OWNER=${pkg%.*}
SUFFIX=master.zip