diff options
| author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-05-31 10:22:32 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-06-06 23:07:58 -0700 |
| commit | 27af8cc88d59e3ee15dc92d7eeabaedbb5509947 (patch) | |
| tree | 7bed75ef24651e2497ad2839a1df98b1fd5591cb /meta-python/recipes-devtools/python | |
| parent | 5cb0b487573c52aef9bc17dcdcc3427ad1010c20 (diff) | |
| download | meta-openembedded-27af8cc88d59e3ee15dc92d7eeabaedbb5509947.tar.gz | |
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>
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-iperf_0.1.11.bb | 6 |
1 files changed, 6 insertions, 0 deletions
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" | |||
| 9 | SRC_URI[sha256sum] = "d50eebbf2dcf445a173f98a82f9c433e0302d3dfb7987e1f21b86b35ef63ce26" | 9 | SRC_URI[sha256sum] = "d50eebbf2dcf445a173f98a82f9c433e0302d3dfb7987e1f21b86b35ef63ce26" |
| 10 | 10 | ||
| 11 | inherit setuptools3 pypi | 11 | inherit setuptools3 pypi |
| 12 | |||
| 13 | RDEPENDS:${PN} += " \ | ||
| 14 | python3-ctypes \ | ||
| 15 | python3-json \ | ||
| 16 | python3-threading \ | ||
| 17 | " | ||
