summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-connectivity/python-thrift/python3-thrift_0.16.0.bb8
1 files changed, 4 insertions, 4 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 6eb896d1d..93b225348 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
@@ -10,10 +10,10 @@ inherit pypi setuptools3
10PYPI_SRC_URI:append = ";downloadfilename=${BP}.${PYPI_PACKAGE_EXT}" 10PYPI_SRC_URI:append = ";downloadfilename=${BP}.${PYPI_PACKAGE_EXT}"
11 11
12RDEPENDS:${PN} += "\ 12RDEPENDS:${PN} += "\
13 ${PYTHON_PN}-logging \ 13 python3-logging \
14 ${PYTHON_PN}-six \ 14 python3-six \
15 ${PYTHON_PN}-stringold \ 15 python3-stringold \
16 ${PYTHON_PN}-threading \ 16 python3-threading \
17" 17"
18 18
19BBCLASSEXTEND = "native nativesdk" 19BBCLASSEXTEND = "native nativesdk"