speedtest-cli: add missing pycompile_module

This commit is contained in:
Alessio Sergi 2016-11-21 23:58:37 +01:00
parent a34f90f029
commit f19be2148a

View file

@ -1,8 +1,9 @@
# Template file for 'speedtest-cli' # Template file for 'speedtest-cli'
pkgname=speedtest-cli pkgname=speedtest-cli
version=1.0.0 version=1.0.0
revision=1 revision=2
build_style=python3-module build_style=python3-module
pycompile_module="speedtest.py speedtest_cli.py"
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3-setuptools" depends="python3-setuptools"
short_desc="Command line bandwidth test using speedtest.net" short_desc="Command line bandwidth test using speedtest.net"