diff --git a/srcpkgs/electrum/template b/srcpkgs/electrum/template index 6f9c387a1c..49f422acda 100644 --- a/srcpkgs/electrum/template +++ b/srcpkgs/electrum/template @@ -1,14 +1,16 @@ # Template file for 'electrum' pkgname=electrum version=3.0.5 -revision=1 +revision=2 noarch=yes nocross=yes wrksrc="Electrum-${version}" build_style=python3-module pycompile_module="electrum" hostmakedepends="python3-setuptools" -depends="python3-dnspython python3-pyaes python3-ecdsa python3-qrcode python3-pbkdf2 python3-protobuf python3-pysocks python3-PyQt5" +depends="python3-dnspython python3-pyaes python3-ecdsa python3-qrcode + python3-pbkdf2 python3-protobuf python3-pysocks python3-PyQt5 + python3-jsonrpclib" # Missing optional dependencies: # python-zbar - QR Code scanning # python-btchip - BTChip hardware wallet support