summaryrefslogtreecommitdiff
path: root/net-misc/electrum/files/3.1.1-pip-optional-pkgs.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-03-18 04:54:42 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-03-18 04:54:42 +0000
commit5510d9d7d1c93c2ea71a2bd6f0666168808d5dd6 (patch)
treec968fff3108e2b4d88e4e564a56bfd066f170573 /net-misc/electrum/files/3.1.1-pip-optional-pkgs.patch
parent1dde4e5c4b92d849bf1abf0a48135b2a0644f7e1 (diff)
gentoo resync : 18.03.2018
Diffstat (limited to 'net-misc/electrum/files/3.1.1-pip-optional-pkgs.patch')
-rw-r--r--net-misc/electrum/files/3.1.1-pip-optional-pkgs.patch12
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 ]