mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-21 16:40:41 +00:00
python3-iperf: add missing run-time dependencies
Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
5cb0b48757
commit
27af8cc88d
@@ -9,3 +9,9 @@ PYPI_PACKAGE = "iperf3"
|
||||
SRC_URI[sha256sum] = "d50eebbf2dcf445a173f98a82f9c433e0302d3dfb7987e1f21b86b35ef63ce26"
|
||||
|
||||
inherit setuptools3 pypi
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
python3-ctypes \
|
||||
python3-json \
|
||||
python3-threading \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user