electrum: add missing dependency
This commit is contained in:
parent
13429618ab
commit
d9d3c4721a
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'electrum'
|
# Template file for 'electrum'
|
||||||
pkgname=electrum
|
pkgname=electrum
|
||||||
version=3.0.5
|
version=3.0.5
|
||||||
revision=2
|
revision=3
|
||||||
noarch=yes
|
noarch=yes
|
||||||
nocross=yes
|
nocross=yes
|
||||||
wrksrc="Electrum-${version}"
|
wrksrc="Electrum-${version}"
|
||||||
|
@ -10,7 +10,7 @@ pycompile_module="electrum"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-dnspython python3-pyaes python3-ecdsa python3-qrcode
|
depends="python3-dnspython python3-pyaes python3-ecdsa python3-qrcode
|
||||||
python3-pbkdf2 python3-protobuf python3-pysocks python3-PyQt5
|
python3-pbkdf2 python3-protobuf python3-pysocks python3-PyQt5
|
||||||
python3-jsonrpclib"
|
python3-jsonrpclib python3-requests"
|
||||||
# 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…
Add table
Add a link
Reference in a new issue