|
@@ -222,8 +222,9 @@ function install_tahoelafs {
|
222
|
222
|
git checkout $TAHOELAFS_COMMIT -b $TAHOELAFS_COMMIT
|
223
|
223
|
git submodule update --init --recursive
|
224
|
224
|
virtualenv venv
|
|
225
|
+ venv/bin/pip install setuptools==11.3
|
225
|
226
|
venv/bin/pip install six==1.10.0 packaging==16.8 attrs==16.3.0 appdirs==1.4.2 pycrypto==2.1.0 cffi==1.9.1
|
226
|
|
- venv/bin/pip install cryptography==1.7.2 setuptools==11.3
|
|
227
|
+ venv/bin/pip install cryptography==1.7.2
|
227
|
228
|
venv/bin/pip install --editable .
|
228
|
229
|
configure_firewall_for_tahoelafs
|
229
|
230
|
|