mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
electrum: add missing runtime dependency
This commit is contained in:
parent
cc162c0b97
commit
9bed6689b9
1 changed files with 4 additions and 2 deletions
|
@ -1,14 +1,16 @@
|
||||||
# Template file for 'electrum'
|
# Template file for 'electrum'
|
||||||
pkgname=electrum
|
pkgname=electrum
|
||||||
version=3.0.5
|
version=3.0.5
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
nocross=yes
|
nocross=yes
|
||||||
wrksrc="Electrum-${version}"
|
wrksrc="Electrum-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="electrum"
|
pycompile_module="electrum"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-dnspython python3-pyaes python3-ecdsa python3-qrcode python3-pbkdf2 python3-protobuf python3-pysocks python3-PyQt5"
|
depends="python3-dnspython python3-pyaes python3-ecdsa python3-qrcode
|
||||||
|
python3-pbkdf2 python3-protobuf python3-pysocks python3-PyQt5
|
||||||
|
python3-jsonrpclib"
|
||||||
# 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
Reference in a new issue