diff mbox series

[meta-python,065/149] python3-fcntl: add missing run-time dependencies

Message ID 20230531082437.10646-66-brgl@bgdev.pl
State New
Headers show
Series python3: improve run-time dependencies situation | expand

Commit Message

Bartosz Golaszewski May 31, 2023, 8:23 a.m. UTC
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
---
 meta-python/recipes-devtools/python/python3-pyroute2_0.5.19.bb | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-pyroute2_0.5.19.bb b/meta-python/recipes-devtools/python/python3-pyroute2_0.5.19.bb
index 2720f3ed9..8c192d296 100644
--- a/meta-python/recipes-devtools/python/python3-pyroute2_0.5.19.bb
+++ b/meta-python/recipes-devtools/python/python3-pyroute2_0.5.19.bb
@@ -12,6 +12,7 @@  RDEPENDS:${PN} += " \
     python3-distutils \
     python3-io \
     python3-json \
+    python3-fcntl \
     python3-logging \
     python3-multiprocessing \
     python3-pickle \