electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit b560bc92cc86adc716766ca7bbaf7e8aa256fb7b
parent 4406eebbfef0ccd0a748b4bf4bf190f3c612a6a0
Author: SomberNight <somber.night@protonmail.com>
Date:   Wed, 22 Jan 2020 16:28:51 +0100

windows build: maybe fix reproducibility (jsonschema-*.dist-info)

Diffstat:
Mcontrib/build-wine/build-electrum-git.sh | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/contrib/build-wine/build-electrum-git.sh b/contrib/build-wine/build-electrum-git.sh @@ -54,6 +54,10 @@ $PYTHON -m pip install --no-dependencies --no-warn-script-location . popd +# these are deleted as they were not deterministic; and are not needed anyway +rm "$WINEPREFIX"/drive_c/python3/Lib/site-packages/jsonschema-*.dist-info/RECORD + + rm -rf dist/ # build standalone and portable versions