blob: a901bbac8a36367443d67f5635509201e885d3fb [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001SUMMARY = "Command line interface for testing internet bandwidth using speedtest.net"
2HOMEPAGE = "https://github.com/sivel/speedtest-cli"
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
5
6SRC_URI[md5sum] = "543d38f8939e1716641cc7c00169ca03"
7SRC_URI[sha256sum] = "cf1d386222f94c324e3125ba9a0d187e46d4a13dca08c023bdb9a23096be2e54"
8
9inherit pypi setuptools3
10
11RDEPENDS_${PN} = "${PYTHON_PN}-misc"