diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2021-04-18 23:51:04 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-18 23:51:04 -0500 |
commit | 2a49d26229386382ec99518f5c9b24997c009311 (patch) | |
tree | c36f688daeec282998b97b1055ade50e409a8e8c /network/Electrum | |
parent | 9a3532126934603a9a9e351b86c66ff6c375516e (diff) | |
download | slackbuilds-2a49d26229386382ec99518f5c9b24997c009311.tar.gz |
network/Electrum: Fixed dep info
Diffstat (limited to 'network/Electrum')
-rw-r--r-- | network/Electrum/Electrum.info | 2 | ||||
-rw-r--r-- | network/Electrum/README | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/network/Electrum/Electrum.info b/network/Electrum/Electrum.info index c11549a938..5f50338075 100644 --- a/network/Electrum/Electrum.info +++ b/network/Electrum/Electrum.info @@ -5,6 +5,6 @@ DOWNLOAD="https://download.electrum.org/4.1.1/Electrum-4.1.1.tar.gz" MD5SUM="e15a6260cdb4af85d324ce9cb68bec35" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3-PyQt5 protobuf3 cryptography dnspython secp256k1 python-certifi python3-six python3-aiohttp python3-aiohttp-socks python3-aiorpcX-legacy python-qrcode python-chardet python-bitstring QDarkStyle" +REQUIRES="protobuf3 cryptography dnspython secp256k1 python3-aiohttp python3-aiohttp-socks python3-aiorpcX-legacy python-qrcode python-bitstring QDarkStyle" MAINTAINER="nomnombtc" EMAIL="nomnombtc@arcor.de" diff --git a/network/Electrum/README b/network/Electrum/README index 18a07bc14b..4f876f67f3 100644 --- a/network/Electrum/README +++ b/network/Electrum/README @@ -2,7 +2,3 @@ Electrum is an easy to use Bitcoin client. There is no waiting time when you start the client, because it does not download the Bitcoin blockchain. - -NOTE: -Make sure python3 is installed before building any dependencies -as we need Python3 bindings. |