setuptools first

This commit is contained in:
Bob Mottram 2017-03-04 19:42:13 +00:00
parent f0c8073a08
commit 2fa4ba880d
1 changed files with 2 additions and 1 deletions

View File

@ -222,8 +222,9 @@ function install_tahoelafs {
git checkout $TAHOELAFS_COMMIT -b $TAHOELAFS_COMMIT git checkout $TAHOELAFS_COMMIT -b $TAHOELAFS_COMMIT
git submodule update --init --recursive git submodule update --init --recursive
virtualenv venv virtualenv venv
venv/bin/pip install setuptools==11.3
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 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
venv/bin/pip install cryptography==1.7.2 setuptools==11.3 venv/bin/pip install cryptography==1.7.2
venv/bin/pip install --editable . venv/bin/pip install --editable .
configure_firewall_for_tahoelafs configure_firewall_for_tahoelafs