Browse code

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

Change-Id: I2134c7d8f58f8b83f33150c9ed86d87f8ccba2f3
(cherry picked from commit 1a89f8cdf4791350a9aacb41037ab3bdcc9ecc9f)

Jeremy Stanley authored on 2014/12/23 02:17:51
Showing 1 changed files
... ...
@@ -75,7 +75,7 @@ function get_package_path {
75 75
 
76 76
 # Fix prettytable 0.7.2 permissions
77 77
 # Don't specify --upgrade so we use the existing package if present
78
-pip_install 'prettytable>0.7'
78
+pip_install 'prettytable>=0.7'
79 79
 PACKAGE_DIR=$(get_package_path prettytable)
80 80
 # Only fix version 0.7.2
81 81
 dir=$(echo $PACKAGE_DIR/prettytable-0.7.2*)