From aa1fb9d5df4eda7ce0923775af1ef8ff79c67b97 Mon Sep 17 00:00:00 2001 From: SomberNight Date: Tue, 9 Jun 2020 17:55:16 +0200 Subject: [PATCH] win/mac binaries: rm jsonrpc* dependencies --- contrib/build-wine/deterministic.spec | 2 -- contrib/osx/osx.spec | 2 -- 2 files changed, 4 deletions(-) diff --git a/contrib/build-wine/deterministic.spec b/contrib/build-wine/deterministic.spec index 4509c956e..b08e77103 100644 --- a/contrib/build-wine/deterministic.spec +++ b/contrib/build-wine/deterministic.spec @@ -50,8 +50,6 @@ datas += collect_data_files('btchip') datas += collect_data_files('keepkeylib') datas += collect_data_files('ckcc') datas += collect_data_files('bitbox02') -datas += collect_data_files('jsonrpcserver') -datas += collect_data_files('jsonrpcclient') # We don't put these files in to actually include them in the script but to make the Analysis method scan them for imports a = Analysis([home+'run_electrum', diff --git a/contrib/osx/osx.spec b/contrib/osx/osx.spec index 4a6a3a947..9e2cfd381 100644 --- a/contrib/osx/osx.spec +++ b/contrib/osx/osx.spec @@ -83,8 +83,6 @@ datas += collect_data_files('btchip') datas += collect_data_files('keepkeylib') datas += collect_data_files('ckcc') datas += collect_data_files('bitbox02') -datas += collect_data_files('jsonrpcserver') -datas += collect_data_files('jsonrpcclient') # Add the QR Scanner helper app datas += [(electrum + "contrib/osx/CalinsQRReader/build/Release/CalinsQRReader.app", "./contrib/osx/CalinsQRReader/build/Release/CalinsQRReader.app")]