From 27af8cc88d59e3ee15dc92d7eeabaedbb5509947 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Wed, 31 May 2023 10:22:32 +0200 Subject: python3-iperf: add missing run-time dependencies Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-iperf_0.1.11.bb | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-iperf_0.1.11.bb b/meta-python/recipes-devtools/python/python3-iperf_0.1.11.bb index 36d6463051..9a8e6f7daf 100644 --- a/meta-python/recipes-devtools/python/python3-iperf_0.1.11.bb +++ b/meta-python/recipes-devtools/python/python3-iperf_0.1.11.bb @@ -9,3 +9,9 @@ PYPI_PACKAGE = "iperf3" SRC_URI[sha256sum] = "d50eebbf2dcf445a173f98a82f9c433e0302d3dfb7987e1f21b86b35ef63ce26" inherit setuptools3 pypi + +RDEPENDS:${PN} += " \ + python3-ctypes \ + python3-json \ + python3-threading \ +" -- cgit v1.2.3-54-g00ecf