Change-Id: I2134c7d8f58f8b83f33150c9ed86d87f8ccba2f3
(cherry picked from commit 1a89f8cdf4791350a9aacb41037ab3bdcc9ecc9f)
| ... | ... |
@@ -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*) |