diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2018-03-17 17:53:24 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2018-03-17 17:53:40 -0400 |
commit | bed6d5e5e5ba5336131c5936dd4d69c5178e2df1 (patch) | |
tree | a3c9798d3ad20c351bbc6b9de533b3cee38fa5e5 /net-misc/electrum/files | |
parent | app-misc/interceptty: stable for amd64+x86. (diff) | |
download | gentoo-bed6d5e5e5ba5336131c5936dd4d69c5178e2df1.tar.gz gentoo-bed6d5e5e5ba5336131c5936dd4d69c5178e2df1.tar.bz2 gentoo-bed6d5e5e5ba5336131c5936dd4d69c5178e2df1.zip |
net-misc/electrum: version bump to 3.1.1
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'net-misc/electrum/files')
-rw-r--r-- | net-misc/electrum/files/3.1.1-pip-optional-pkgs.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-misc/electrum/files/3.1.1-pip-optional-pkgs.patch b/net-misc/electrum/files/3.1.1-pip-optional-pkgs.patch new file mode 100644 index 000000000000..d8d8a1355f25 --- /dev/null +++ b/net-misc/electrum/files/3.1.1-pip-optional-pkgs.patch @@ -0,0 +1,12 @@ +diff -Naur Electrum-3.1.1.orig/setup.py Electrum-3.1.1/setup.py +--- Electrum-3.1.1.orig/setup.py 2018-03-12 13:25:11.000000000 -0400 ++++ Electrum-3.1.1/setup.py 2018-03-17 17:49:54.481961514 -0400 +@@ -86,8 +86,3 @@ + url="https://electrum.org", + long_description="""Lightweight Bitcoin Wallet""" + ) +- +-# Optional modules (not required to run Electrum) +-import pip +-opt_modules = requirements_hw + ['pycryptodomex'] +-[ pip.main(['install', m]) for m in opt_modules ] |