diff options
| author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-05-31 10:22:46 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-06-06 23:07:58 -0700 |
| commit | 7c40c504759103fd60f62eb62a91fbcde8105479 (patch) | |
| tree | df007fb554890b61d15c01aa2117aa462288ee7f /meta-python/recipes-devtools/python/python3-tornado_6.3.bb | |
| parent | 295fcd33a7e391f3f8550fe3b4e2eeaac48da20d (diff) | |
| download | meta-openembedded-7c40c504759103fd60f62eb62a91fbcde8105479.tar.gz | |
python3-tornado: fix coding style
Order RDEPENDS alphabetically and don't use PYTHON_PN.
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-tornado_6.3.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-tornado_6.3.bb | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/meta-python/recipes-devtools/python/python3-tornado_6.3.bb b/meta-python/recipes-devtools/python/python3-tornado_6.3.bb index df257e5d94..bceb509562 100644 --- a/meta-python/recipes-devtools/python/python3-tornado_6.3.bb +++ b/meta-python/recipes-devtools/python/python3-tornado_6.3.bb | |||
| @@ -11,11 +11,20 @@ SRC_URI[sha256sum] = "d68f3192936ff2c4add04dc21a436a43b4408d466746b78bb2b9d0a53a | |||
| 11 | inherit pypi setuptools3 | 11 | inherit pypi setuptools3 |
| 12 | 12 | ||
| 13 | # Requires _compression which is currently located in misc | 13 | # Requires _compression which is currently located in misc |
| 14 | RDEPENDS:${PN} += "${PYTHON_PN}-compression ${PYTHON_PN}-numbers ${PYTHON_PN}-email \ | 14 | RDEPENDS:${PN} += " \ |
| 15 | ${PYTHON_PN}-pkgutil ${PYTHON_PN}-html ${PYTHON_PN}-json ${PYTHON_PN}-certifi ${PYTHON_PN}-threading \ | 15 | python3-certifi \ |
| 16 | ${PYTHON_PN}-ctypes ${PYTHON_PN}-misc" | 16 | python3-compression \ |
| 17 | python3-ctypes \ | ||
| 18 | python3-email \ | ||
| 19 | python3-html \ | ||
| 20 | python3-json \ | ||
| 21 | python3-misc \ | ||
| 22 | python3-numbers \ | ||
| 23 | python3-pkgutil \ | ||
| 24 | python3-threading \ | ||
| 25 | " | ||
| 17 | 26 | ||
| 18 | RDEPENDS:${PN}-test += "${PYTHON_PN}-unittest" | 27 | RDEPENDS:${PN}-test += "python3-unittest" |
| 19 | 28 | ||
| 20 | PACKAGES =+ "\ | 29 | PACKAGES =+ "\ |
| 21 | ${PN}-test \ | 30 | ${PN}-test \ |
