Install prettytable>=0.7 to satisfy pip 6/PEP 440

Change-Id: I2134c7d8f58f8b83f33150c9ed86d87f8ccba2f3
(cherry picked from commit 1a89f8cdf4)
This commit is contained in:
Jeremy Stanley 2014-12-22 17:17:51 +00:00
parent 55a6f3ae67
commit 7aa7699acb
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ function get_package_path {
# Fix prettytable 0.7.2 permissions
# Don't specify --upgrade so we use the existing package if present
pip_install 'prettytable>0.7'
pip_install 'prettytable>=0.7'
PACKAGE_DIR=$(get_package_path prettytable)
# Only fix version 0.7.2
dir=$(echo $PACKAGE_DIR/prettytable-0.7.2*)