diff options
| author | Michal Sieron <michalwsieron@gmail.com> | 2026-03-29 23:37:02 +0200 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-03-29 15:01:52 -0700 |
| commit | d22c3b1bb7054e63c684f520290538e35cafaf91 (patch) | |
| tree | 7dfd5b8c6218becff067dccffa50d2c5eab8f12e /meta-python/recipes-devtools/python/python3-astroid_4.1.2.bb | |
| parent | 0022c92973b7818db2795dfb31fef2d720d150f5 (diff) | |
| download | meta-openembedded-d22c3b1bb7054e63c684f520290538e35cafaf91.tar.gz | |
meta-python: Convert confusing appends to override syntax
While in this case `RDEPENDS:class-target +=` wouldn't result in any
unwanted override, there is no guarantee there won't be a change, which
would be hidden by this override. To avoid any surprises in the future
let's use `:append:class-target =` syntax here.
Signed-off-by: Michal Sieron <michalwsieron@gmail.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-astroid_4.1.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-astroid_4.1.2.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-astroid_4.1.2.bb b/meta-python/recipes-devtools/python/python3-astroid_4.1.2.bb index d75b14c49f..1e7372f692 100644 --- a/meta-python/recipes-devtools/python/python3-astroid_4.1.2.bb +++ b/meta-python/recipes-devtools/python/python3-astroid_4.1.2.bb | |||
| @@ -20,7 +20,7 @@ FILES:${PN}-tests += " \ | |||
| 20 | ${PYTHON_SITEPACKAGES_DIR}/astroid/__pycache__/test* \ | 20 | ${PYTHON_SITEPACKAGES_DIR}/astroid/__pycache__/test* \ |
| 21 | " | 21 | " |
| 22 | 22 | ||
| 23 | RDEPENDS:${PN}:class-target += "\ | 23 | RDEPENDS:${PN}:append:class-target = " \ |
| 24 | python3-lazy-object-proxy \ | 24 | python3-lazy-object-proxy \ |
| 25 | python3-logging \ | 25 | python3-logging \ |
| 26 | python3-six \ | 26 | python3-six \ |
| @@ -29,7 +29,7 @@ RDEPENDS:${PN}:class-target += "\ | |||
| 29 | python3-typing-extensions \ | 29 | python3-typing-extensions \ |
| 30 | " | 30 | " |
| 31 | 31 | ||
| 32 | RDEPENDS:${PN}-tests:class-target += "\ | 32 | RDEPENDS:${PN}-tests:append:class-target = " \ |
| 33 | python3-unittest \ | 33 | python3-unittest \ |
| 34 | python3-xml \ | 34 | python3-xml \ |
| 35 | " | 35 | " |
