From 3910964df1386d6cf69fab2f6b61496c346fda7a Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Fri, 22 Feb 2019 19:42:41 -0500 Subject: [PATCH] plyvel no longer installed unless platform is explicitely linux in torba/setup.py --- .travis.yml | 10 ---------- scripts/wine_build.sh | 4 +--- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9d7be4cab..073db6913 100644 --- a/.travis.yml +++ b/.travis.yml @@ -106,16 +106,6 @@ jobs: before_install: - brew upgrade python || true - brew upgrade python || true - install: - - python3 --version - - pip3 --version - - pip3 install pyinstaller - - git clone https://github.com/lbryio/torba.git --depth 1 - - sed -i -e "s/'plyvel',//" torba/setup.py - - cd torba && pip3 install -e . && cd .. - - python3 scripts/set_build.py - - pip3 install -e . - - if: tag IS present stage: build name: "Wallet Server Docker Image - Tagged Release" diff --git a/scripts/wine_build.sh b/scripts/wine_build.sh index d522978e9..f70e2345e 100755 --- a/scripts/wine_build.sh +++ b/scripts/wine_build.sh @@ -5,10 +5,8 @@ rm -rf /tmp/.wine-* apt-get -qq update apt-get -qq install -y git -git clone https://github.com/lbryio/torba.git --depth 1 - pip install setuptools_scm -cd torba && pip install -e . && cd .. +pip install git+https://github.com/lbryio/torba.git cd lbry