build-wine: add trezor version

This commit is contained in:
ThomasV 2017-08-11 07:27:06 +02:00
parent 24e3fab8af
commit 713a803e0f

View file

@ -37,7 +37,7 @@ cd tmp
# Install Cython # Install Cython
$PYTHON -m pip install setuptools --upgrade $PYTHON -m pip install setuptools --upgrade
$PYTHON -m pip install cython $PYTHON -m pip install cython
$PYTHON -m pip install trezor $PYTHON -m pip install trezor==0.7.16
$PYTHON -m pip install keepkey $PYTHON -m pip install keepkey
$PYTHON -m pip install btchip-python $PYTHON -m pip install btchip-python