Browse code

Pip python deps to a specific version

Michael Crosby authored on 2013/11/20 12:25:54
Showing 1 changed files
... ...
@@ -46,10 +46,9 @@ run	apt-get install -y -q ruby1.9.3 rubygems libffi-dev
46 46
 run	gem install --no-rdoc --no-ri fpm
47 47
 run	apt-get install -y -q reprepro dpkg-sig
48 48
 
49
-# Install s3cmd 1.0.1 (earlier versions don't support env variables in the config)
50 49
 run	apt-get install -y -q python-pip
51
-run	pip install s3cmd
52
-run	pip install python-magic
50
+run	pip install s3cmd==1.1.0-beta3
51
+run	pip install python-magic==0.4.6
53 52
 run	/bin/echo -e '[default]\naccess_key=$AWS_ACCESS_KEY\nsecret_key=$AWS_SECRET_KEY\n' > /.s3cfg
54 53
 
55 54
 # Runtime dependencies