electrum: fix dependencies.
This commit is contained in:
parent
1c9c23bfae
commit
e08f154d7e
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'python-electrum'
|
# Template file for 'python-electrum'
|
||||||
pkgname=electrum
|
pkgname=electrum
|
||||||
version=2.7.12
|
version=2.7.12
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="Electrum-${version}"
|
wrksrc="Electrum-${version}"
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
pycompile_module="electrum"
|
pycompile_module="electrum"
|
||||||
hostmakedepends="python-setuptools"
|
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:
|
# Missing optional dependencies:
|
||||||
# python-zbar - QR Code scanning
|
# python-zbar - QR Code scanning
|
||||||
# python-btchip - BTChip hardware wallet support
|
# python-btchip - BTChip hardware wallet support
|
||||||
|
|
Loading…
Reference in New Issue