summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-python-vlc_3.0.18122.bb
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-05-31 10:23:04 +0200
committerKhem Raj <raj.khem@gmail.com>2023-06-06 23:07:58 -0700
commitcf77af2bc5162bd7d26fb84ea6ef7d4a2e673224 (patch)
tree282541694ac673aa5dadf0832c587724cf5691c0 /meta-python/recipes-devtools/python/python3-python-vlc_3.0.18122.bb
parentcd15edafa368368d4c5eedf4ae50d785114b1a63 (diff)
downloadmeta-openembedded-cf77af2bc5162bd7d26fb84ea6ef7d4a2e673224.tar.gz
python3-python-vlc: 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/python3-python-vlc_3.0.18122.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-python-vlc_3.0.18122.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-python-vlc_3.0.18122.bb b/meta-python/recipes-devtools/python/python3-python-vlc_3.0.18122.bb
index 9dd9b1480..e67e792f7 100644
--- a/meta-python/recipes-devtools/python/python3-python-vlc_3.0.18122.bb
+++ b/meta-python/recipes-devtools/python/python3-python-vlc_3.0.18122.bb
@@ -6,3 +6,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
6SRC_URI[sha256sum] = "1039bde287853b4b7b61ba22d83761832434f78506da762dfb060291bf32897d" 6SRC_URI[sha256sum] = "1039bde287853b4b7b61ba22d83761832434f78506da762dfb060291bf32897d"
7 7
8inherit pypi setuptools3 8inherit pypi setuptools3
9
10RDEPENDS:${PN} += " \
11 python3-ctypes \
12 python3-logging \
13"