From 16003e34bdd9f1b74111e97305e9d0f87628a1de Mon Sep 17 00:00:00 2001 From: Michal Sieron Date: Sun, 29 Mar 2026 23:37:02 +0200 Subject: 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 Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-zopeinterface_8.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools/python/python3-zopeinterface_8.2.bb') diff --git a/meta-python/recipes-devtools/python/python3-zopeinterface_8.2.bb b/meta-python/recipes-devtools/python/python3-zopeinterface_8.2.bb index 1446d15935..690c2d26aa 100644 --- a/meta-python/recipes-devtools/python/python3-zopeinterface_8.2.bb +++ b/meta-python/recipes-devtools/python/python3-zopeinterface_8.2.bb @@ -11,7 +11,7 @@ PACKAGES =. "${PN}-test " RPROVIDES:${PN} += "zope-interfaces" -RDEPENDS:${PN}:class-target += "python3-datetime" +RDEPENDS:${PN}:append:class-target = " python3-datetime" RDEPENDS:${PN}-test += "python3-unittest python3-doctest" FILES:${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/*.egg/*/*/.debug" -- cgit v1.2.3-54-g00ecf