mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
11 lines
387 B
BlitzBasic
11 lines
387 B
BlitzBasic
SUMMARY = "Command line interface for testing internet bandwidth using speedtest.net"
|
|
HOMEPAGE = "https://github.com/sivel/speedtest-cli"
|
|
LICENSE = "Apache-2.0"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
|
|
|
|
SRC_URI[sha256sum] = "5e2773233cedb5fa3d8120eb7f97bcc4974b5221b254d33ff16e2f1d413d90f0"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
RDEPENDS:${PN} = "${PYTHON_PN}-misc"
|