summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-benchmark/speedtest-cli/speedtest-cli_2.1.2.bb14
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 @@
1SUMMARY = "Command line interface for testing internet bandwidth using speedtest.net"
2AUTHOR = "Matt Martz"
3
4LICENSE="Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
6
7inherit setuptools3
8
9SRC_URI = "git://github.com/sivel/speedtest-cli.git"
10SRCREV = "c58ad3367bf27f4b4a4d5b1bca29ebd574731c5d"
11
12S = "${WORKDIR}/git"
13
14RDEPENDS_${PN} = "python3 python3-setuptools-scm"