mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-25 02:55:46 +03:00
also upgrade pip when installing
This commit is contained in:
parent
dbf76fd4b9
commit
31c8be956f
1 changed files with 4 additions and 0 deletions
|
@ -26,6 +26,10 @@ TOX_BIN=$TOX_DIR/py27/bin
|
|||
# anyway, make sure that we have a recent enough setuptools.
|
||||
$TOX_BIN/pip install 'setuptools>=18.5'
|
||||
|
||||
# we also need a semi-recent version of pip, because old ones fail to install
|
||||
# the "enum34" dependency of cryptography.
|
||||
$TOX_BIN/pip install 'pip>=10'
|
||||
|
||||
{ python synapse/python_dependencies.py
|
||||
echo lxml psycopg2
|
||||
} | xargs $TOX_BIN/pip install
|
||||
|
|
Loading…
Reference in a new issue