summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-05-31 10:22:43 +0200
committerKhem Raj <raj.khem@gmail.com>2023-06-06 23:07:58 -0700
commite015b0e996aa0e442cc4e64a4ff21ae717f0ee24 (patch)
tree4b0a7fad3021be1202e0572e7ef77ec12a34596b
parent4d1dbcbacd9107cde6b8fc59796f57aaf7fcee88 (diff)
downloadmeta-openembedded-e015b0e996aa0e442cc4e64a4ff21ae717f0ee24.tar.gz
python3-thrift: 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>
-rw-r--r--meta-python/recipes-connectivity/python-thrift/python3-thrift_0.16.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-connectivity/python-thrift/python3-thrift_0.16.0.bb b/meta-python/recipes-connectivity/python-thrift/python3-thrift_0.16.0.bb
index 93b225348..9bb305388 100644
--- a/meta-python/recipes-connectivity/python-thrift/python3-thrift_0.16.0.bb
+++ b/meta-python/recipes-connectivity/python-thrift/python3-thrift_0.16.0.bb
@@ -11,6 +11,7 @@ PYPI_SRC_URI:append = ";downloadfilename=${BP}.${PYPI_PACKAGE_EXT}"
11 11
12RDEPENDS:${PN} += "\ 12RDEPENDS:${PN} += "\
13 python3-logging \ 13 python3-logging \
14 python3-scons \
14 python3-six \ 15 python3-six \
15 python3-stringold \ 16 python3-stringold \
16 python3-threading \ 17 python3-threading \