diff options
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-connectivity/python-thrift/python3-thrift_0.16.0.bb | 8 |
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 6eb896d1d2..93b2253486 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 | |||
| 10 | PYPI_SRC_URI:append = ";downloadfilename=${BP}.${PYPI_PACKAGE_EXT}" | 10 | PYPI_SRC_URI:append = ";downloadfilename=${BP}.${PYPI_PACKAGE_EXT}" |
| 11 | 11 | ||
| 12 | RDEPENDS:${PN} += "\ | 12 | RDEPENDS:${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 | ||
| 19 | BBCLASSEXTEND = "native nativesdk" | 19 | BBCLASSEXTEND = "native nativesdk" |
