diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-speedtest-cli_2.1.3.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-speedtest-cli_2.1.3.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-speedtest-cli_2.1.3.bb b/meta-python/recipes-devtools/python/python3-speedtest-cli_2.1.3.bb new file mode 100644 index 0000000000..2fbbed3262 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-speedtest-cli_2.1.3.bb | |||
@@ -0,0 +1,10 @@ | |||
1 | SUMMARY = "Command line interface for testing internet bandwidth using speedtest.net" | ||
2 | HOMEPAGE = "https://github.com/sivel/speedtest-cli" | ||
3 | LICENSE = "Apache-2.0" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | ||
5 | |||
6 | SRC_URI[sha256sum] = "5e2773233cedb5fa3d8120eb7f97bcc4974b5221b254d33ff16e2f1d413d90f0" | ||
7 | |||
8 | inherit pypi setuptools3 | ||
9 | |||
10 | RDEPENDS_${PN} = "${PYTHON_PN}-misc" | ||