summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-python/recipes-connectivity/python-thrift/python-thrift_0.11.0.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-python/recipes-connectivity/python-thrift/python-thrift_0.11.0.bb b/meta-python/recipes-connectivity/python-thrift/python-thrift_0.11.0.bb
index 8047ec77b..10cff425e 100644
--- a/meta-python/recipes-connectivity/python-thrift/python-thrift_0.11.0.bb
+++ b/meta-python/recipes-connectivity/python-thrift/python-thrift_0.11.0.bb
@@ -7,6 +7,9 @@ SRC_URI[sha256sum] = "7d59ac4fdcb2c58037ebd4a9da5f9a49e3e034bf75b3f26d9fe48ba3d8
7 7
8inherit pypi setuptools 8inherit pypi setuptools
9 9
10# Use different filename to prevent conflicts with thrift itself
11PYPI_SRC_URI_append = ";downloadfilename=${BP}.${PYPI_PACKAGE_EXT}"
12
10RDEPENDS_${PN} += "\ 13RDEPENDS_${PN} += "\
11 ${PYTHON_PN}-logging \ 14 ${PYTHON_PN}-logging \
12 ${PYTHON_PN}-six \ 15 ${PYTHON_PN}-six \