electrum: fix dependencies.

This commit is contained in:
Enno Boland 2016-12-22 22:50:03 +01:00
parent 1c9c23bfae
commit e08f154d7e

View file

@ -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