From e08f154d7e842e6d09179f7c8e15f69fa9495945 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Thu, 22 Dec 2016 22:50:03 +0100 Subject: [PATCH] electrum: fix dependencies. --- srcpkgs/electrum/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/electrum/template b/srcpkgs/electrum/template index 5ca5387bd1d..32a015223e7 100644 --- a/srcpkgs/electrum/template +++ b/srcpkgs/electrum/template @@ -1,13 +1,13 @@ # Template file for 'python-electrum' pkgname=electrum version=2.7.12 -revision=1 +revision=2 noarch=yes wrksrc="Electrum-${version}" build_style=python2-module pycompile_module="electrum" hostmakedepends="python-setuptools" -depends="python-slowaes python-ecdsa python-pbkdf2 python-requests python-qrcode python-protobuf python-dnspython python-jsonrpclib" +depends="python-slowaes python-ecdsa python-pbkdf2 python-requests python-qrcode python-protobuf python-dnspython python-jsonrpclib python-PyQt4" # Missing optional dependencies: # python-zbar - QR Code scanning # python-btchip - BTChip hardware wallet support