From 5ca594b9fd59ac6522868040eaef26917463711e Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Fri, 22 Feb 2019 19:58:16 -0500 Subject: [PATCH] upgrade pip in wine --- scripts/wine_build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/wine_build.sh b/scripts/wine_build.sh index f70e2345e..b2827caf4 100755 --- a/scripts/wine_build.sh +++ b/scripts/wine_build.sh @@ -5,6 +5,7 @@ rm -rf /tmp/.wine-* apt-get -qq update apt-get -qq install -y git +python -m pip install --upgrade pip pip install setuptools_scm pip install git+https://github.com/lbryio/torba.git