diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-29 17:04:53 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-08-03 10:21:25 -0700 |
| commit | c61dc077bbd81260e4f167fa2251643ba0ba6974 (patch) | |
| tree | 66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-python/recipes-devtools/python/python3-tornado_6.1.bb | |
| parent | c5f7cfb8db54cfa4257797db5bd87828dea43296 (diff) | |
| download | meta-openembedded-c61dc077bbd81260e4f167fa2251643ba0ba6974.tar.gz | |
Convert to new override syntax
This is the result of automated script (0.9.1) conversion:
oe-core/scripts/contrib/convert-overrides.py .
converting the metadata to use ":" as the override character instead of "_".
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
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 | " |
