Skip to content

Commit

Permalink
python3-speedtest-cli: fix RDEPENDS
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
brgl authored and kraj committed May 27, 2022
1 parent 0c8da86 commit 6c93dfd
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@ SRC_URI[sha256sum] = "5e2773233cedb5fa3d8120eb7f97bcc4974b5221b254d33ff16e2f1d41

inherit pypi setuptools3

RDEPENDS:${PN} = "${PYTHON_PN}-misc"
RDEPENDS:${PN} += " \
python3-misc \
python3-threading \
python3-xml \
"

0 comments on commit 6c93dfd

Please sign in to comment.