speedtest-cli: add missing pycompile_module
This commit is contained in:
parent
a34f90f029
commit
f19be2148a
|
@ -1,8 +1,9 @@
|
|||
# Template file for 'speedtest-cli'
|
||||
pkgname=speedtest-cli
|
||||
version=1.0.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=python3-module
|
||||
pycompile_module="speedtest.py speedtest_cli.py"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-setuptools"
|
||||
short_desc="Command line bandwidth test using speedtest.net"
|
||||
|
|
Loading…
Reference in New Issue