diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-tornado_6.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-tornado_6.1.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-tornado_6.1.bb b/meta-python/recipes-devtools/python/python3-tornado_6.1.bb index 89ff715b65..1dedc51029 100644 --- a/meta-python/recipes-devtools/python/python3-tornado_6.1.bb +++ b/meta-python/recipes-devtools/python/python3-tornado_6.1.bb | |||
| @@ -12,17 +12,17 @@ SRC_URI[sha256sum] = "33c6e81d7bd55b468d2e793517c909b139960b6c790a60b7991b9b6b76 | |||
| 12 | inherit pypi setuptools3 | 12 | inherit pypi setuptools3 |
| 13 | 13 | ||
| 14 | # Requires _compression which is currently located in misc | 14 | # Requires _compression which is currently located in misc |
| 15 | RDEPENDS_${PN} += "${PYTHON_PN}-compression ${PYTHON_PN}-numbers ${PYTHON_PN}-email \ | 15 | RDEPENDS:${PN} += "${PYTHON_PN}-compression ${PYTHON_PN}-numbers ${PYTHON_PN}-email \ |
| 16 | ${PYTHON_PN}-pkgutil ${PYTHON_PN}-html ${PYTHON_PN}-json ${PYTHON_PN}-certifi ${PYTHON_PN}-threading \ | 16 | ${PYTHON_PN}-pkgutil ${PYTHON_PN}-html ${PYTHON_PN}-json ${PYTHON_PN}-certifi ${PYTHON_PN}-threading \ |
| 17 | ${PYTHON_PN}-ctypes ${PYTHON_PN}-misc" | 17 | ${PYTHON_PN}-ctypes ${PYTHON_PN}-misc" |
| 18 | 18 | ||
| 19 | RDEPENDS_${PN}-test += "${PN} ${PYTHON_PN}-unittest" | 19 | RDEPENDS:${PN}-test += "${PN} ${PYTHON_PN}-unittest" |
| 20 | 20 | ||
| 21 | PACKAGES =+ "\ | 21 | PACKAGES =+ "\ |
| 22 | ${PN}-test \ | 22 | ${PN}-test \ |
| 23 | " | 23 | " |
| 24 | 24 | ||
| 25 | FILES_${PN}-test = " \ | 25 | FILES:${PN}-test = " \ |
| 26 | ${libdir}/${PYTHON_DIR}/site-packages/*/test \ | 26 | ${libdir}/${PYTHON_DIR}/site-packages/*/test \ |
| 27 | ${libdir}/${PYTHON_DIR}/site-packages/*/testing.py* \ | 27 | ${libdir}/${PYTHON_DIR}/site-packages/*/testing.py* \ |
| 28 | " | 28 | " |
