From f0f651fc77b053d0afb643bb593c212c73e6a29e Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Tue, 26 Feb 2019 16:01:19 -0500 Subject: [PATCH] rely on torba cffi explicit version --- scripts/wine_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/wine_build.sh b/scripts/wine_build.sh index b95011e5b..175adbc11 100755 --- a/scripts/wine_build.sh +++ b/scripts/wine_build.sh @@ -5,7 +5,7 @@ rm -rf /tmp/.wine-* apt-get -qq update apt-get -qq install -y git -pip install setuptools_scm cffi==1.12.1 +pip install setuptools_scm git clone https://github.com/lbryio/torba.git --depth 1 cd torba && pip install -e . && cd ..