diff options
| author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-06-23 16:39:05 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-06-24 09:01:52 -0700 |
| commit | 8edaa6a92e255a4dd5b7ac07851dfdf6d1ff1b05 (patch) | |
| tree | 5bdbc32803cbb9ea2ee219f30e08db7ee1c409b4 /meta-python | |
| parent | 9d51bf9c9b651a1135afb5baf43e2ddacd858c0a (diff) | |
| download | meta-openembedded-8edaa6a92e255a4dd5b7ac07851dfdf6d1ff1b05.tar.gz | |
python3-can: fix coding style
Stop using PYTHON_PN, order RDEPENDS alphabetically, drop unneeded
class-target override, fix whitespaces.
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-can_4.2.1.bb | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/meta-python/recipes-devtools/python/python3-can_4.2.1.bb b/meta-python/recipes-devtools/python/python3-can_4.2.1.bb index d7b2a95734..f5cc31d6f5 100644 --- a/meta-python/recipes-devtools/python/python3-can_4.2.1.bb +++ b/meta-python/recipes-devtools/python/python3-can_4.2.1.bb | |||
| @@ -9,19 +9,19 @@ PYPI_PACKAGE="python-can" | |||
| 9 | 9 | ||
| 10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
| 11 | 11 | ||
| 12 | RDEPENDS:${PN}:class-target += "\ | 12 | RDEPENDS:${PN} += " \ |
| 13 | ${PYTHON_PN}-aenum \ | 13 | python3-aenum \ |
| 14 | ${PYTHON_PN}-ctypes \ | 14 | python3-codecs \ |
| 15 | ${PYTHON_PN}-codecs \ | 15 | python3-compression \ |
| 16 | ${PYTHON_PN}-compression \ | 16 | python3-ctypes \ |
| 17 | ${PYTHON_PN}-fcntl \ | 17 | python3-fcntl \ |
| 18 | ${PYTHON_PN}-logging \ | 18 | python3-logging \ |
| 19 | ${PYTHON_PN}-misc \ | 19 | python3-misc \ |
| 20 | ${PYTHON_PN}-netserver \ | 20 | python3-netserver \ |
| 21 | ${PYTHON_PN}-sqlite3 \ | 21 | python3-pkg-resources \ |
| 22 | ${PYTHON_PN}-wrapt \ | 22 | python3-sqlite3 \ |
| 23 | ${PYTHON_PN}-pkg-resources \ | 23 | python3-typing-extensions \ |
| 24 | ${PYTHON_PN}-typing-extensions \ | 24 | python3-wrapt \ |
| 25 | " | 25 | " |
| 26 | 26 | ||
| 27 | BBCLASSEXTEND = "native nativesdk" | 27 | BBCLASSEXTEND = "native nativesdk" |
