| Message ID | 20260904133610.774110-1-ross.burton@arm.com |
|---|---|
| State | Accepted, archived |
| Commit | 0330391aa112ef75a2fa481c9b868ddc9ecd21f1 |
| Headers | show |
| Series | [1/4] python/*: remove spurious CLEANBROKENs | expand |
diff --git a/meta/recipes-devtools/python/python3-babel_2.18.0.bb b/meta/recipes-devtools/python/python3-babel_2.18.0.bb index 26847372bf3..cf2752f6a23 100644 --- a/meta/recipes-devtools/python/python3-babel_2.18.0.bb +++ b/meta/recipes-devtools/python/python3-babel_2.18.0.bb @@ -11,8 +11,6 @@ CVE_PRODUCT = "pocoo:babel" S = "${UNPACKDIR}/babel-${PV}" -CLEANBROKEN = "1" - RDEPENDS:${PN} += " \ python3-codecs \ python3-difflib \ diff --git a/meta/recipes-devtools/python/python3-click_8.5.0.bb b/meta/recipes-devtools/python/python3-click_8.5.0.bb index 88844676928..05a8fb343a7 100644 --- a/meta/recipes-devtools/python/python3-click_8.5.0.bb +++ b/meta/recipes-devtools/python/python3-click_8.5.0.bb @@ -25,8 +25,6 @@ do_install_ptest:append() { cp -rf ${S}/docs ${D}${PTEST_PATH}/ } -CLEANBROKEN = "1" - RDEPENDS:${PN} += "\ python3-io \ python3-threading \ diff --git a/meta/recipes-devtools/python/python3-jinja2_3.1.6.bb b/meta/recipes-devtools/python/python3-jinja2_3.1.6.bb index 2e96eb0dcb3..add266095df 100644 --- a/meta/recipes-devtools/python/python3-jinja2_3.1.6.bb +++ b/meta/recipes-devtools/python/python3-jinja2_3.1.6.bb @@ -10,8 +10,6 @@ PYPI_PACKAGE = "jinja2" CVE_PRODUCT = "jinja2 jinja" -CLEANBROKEN = "1" - inherit pypi python_flit_core ptest-python-pytest do_install_ptest:append() { diff --git a/meta/recipes-devtools/python/python3-lxml_6.1.2.bb b/meta/recipes-devtools/python/python3-lxml_6.1.2.bb index a0162cab3ff..17c5d769a0c 100644 --- a/meta/recipes-devtools/python/python3-lxml_6.1.2.bb +++ b/meta/recipes-devtools/python/python3-lxml_6.1.2.bb @@ -40,5 +40,3 @@ BBCLASSEXTEND = "native nativesdk" RDEPENDS:${PN} += "libxml2 libxslt python3-compression" CVE_PRODUCT = "lxml:lxml" - -CLEANBROKEN = "1"
CLEANBROKEN doesn't do anything with the current build classes as they override base_do_configure(). Signed-off-by: Ross Burton <ross.burton@arm.com> --- meta/recipes-devtools/python/python3-babel_2.18.0.bb | 2 -- meta/recipes-devtools/python/python3-click_8.5.0.bb | 2 -- meta/recipes-devtools/python/python3-jinja2_3.1.6.bb | 2 -- meta/recipes-devtools/python/python3-lxml_6.1.2.bb | 2 -- 4 files changed, 8 deletions(-)