blob: 472113b059c103c4083f3fb167046dd6f461bd9d [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
Andrew Geisslere34f8962021-04-15 15:53:51 -05006SRC_URI[sha256sum] = "5e2773233cedb5fa3d8120eb7f97bcc4974b5221b254d33ff16e2f1d413d90f0"
Andrew Geissler82c905d2020-04-13 13:39:40 -05007
8inherit pypi setuptools3
9
Andrew Geissler78b72792022-06-14 06:47:25 -050010RDEPENDS:${PN} += " \
11 python3-misc \
12 python3-threading \
13 python3-xml \
14"