diff options
-rw-r--r-- | meta-oe/recipes-benchmark/speedtest-cli/speedtest-cli_2.1.2.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-oe/recipes-benchmark/speedtest-cli/speedtest-cli_2.1.2.bb b/meta-oe/recipes-benchmark/speedtest-cli/speedtest-cli_2.1.2.bb new file mode 100644 index 0000000000..de4fa16426 --- /dev/null +++ b/meta-oe/recipes-benchmark/speedtest-cli/speedtest-cli_2.1.2.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | SUMMARY = "Command line interface for testing internet bandwidth using speedtest.net" | ||
2 | AUTHOR = "Matt Martz" | ||
3 | |||
4 | LICENSE="Apache-2.0" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | ||
6 | |||
7 | inherit setuptools3 | ||
8 | |||
9 | SRC_URI = "git://github.com/sivel/speedtest-cli.git" | ||
10 | SRCREV = "c58ad3367bf27f4b4a4d5b1bca29ebd574731c5d" | ||
11 | |||
12 | S = "${WORKDIR}/git" | ||
13 | |||
14 | RDEPENDS_${PN} = "python3 python3-setuptools-scm" | ||