electrum: fix dependencies.
This commit is contained in:
parent
1c9c23bfae
commit
e08f154d7e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue