Browse code

Merge "fixup_stuff prettytable min version"

Jenkins authored on 2013/11/26 00:12:29
Showing 1 changed files
... ...
@@ -51,7 +51,7 @@ function get_package_path() {
51 51
 
52 52
 # Fix prettytable 0.7.2 permissions
53 53
 # Don't specify --upgrade so we use the existing package if present
54
-pip_install prettytable
54
+pip_install 'prettytable>0.7'
55 55
 PACKAGE_DIR=$(get_package_path prettytable)
56 56
 # Only fix version 0.7.2
57 57
 dir=$(echo $PACKAGE_DIR/prettytable-0.7.2*)