From 5d428138ed6949ea953738da1b2f251d918a7e49 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Tue, 26 Feb 2019 14:40:43 -0500 Subject: [PATCH] try older cffi on windows build --- 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 175adbc11..b95011e5b 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 +pip install setuptools_scm cffi==1.12.1 git clone https://github.com/lbryio/torba.git --depth 1 cd torba && pip install -e . && cd ..