diff options
| author | Bartosz Golaszewski <brgl@bgdev.pl> | 2022-05-19 15:18:26 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-05-29 06:39:14 -0700 |
| commit | 3413265185dd199da0f54ef6d83abca2c8ec9b50 (patch) | |
| tree | 3563d9b4203915f7ff399992a6eef435f61462fc /meta-python/recipes-devtools/python/python3-speedtest-cli_2.1.3.bb | |
| parent | 7d56093619d027fba39ada0e0206402ba6f60972 (diff) | |
| download | meta-openembedded-3413265185dd199da0f54ef6d83abca2c8ec9b50.tar.gz | |
python3-speedtest-cli: fix RDEPENDS
There are packages missing in RDEPENDS needed to run speedtest-cli. Add
them and use += for the assignment as we don't know what inherited
classes may have added.
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
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 | 6 |
1 files changed, 5 insertions, 1 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 index 06d98cbe1e..472113b059 100644 --- 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 | |||
| @@ -7,4 +7,8 @@ SRC_URI[sha256sum] = "5e2773233cedb5fa3d8120eb7f97bcc4974b5221b254d33ff16e2f1d41 | |||
| 7 | 7 | ||
| 8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
| 9 | 9 | ||
| 10 | RDEPENDS:${PN} = "${PYTHON_PN}-misc" | 10 | RDEPENDS:${PN} += " \ |
| 11 | python3-misc \ | ||
| 12 | python3-threading \ | ||
| 13 | python3-xml \ | ||
| 14 | " | ||
