This is a bug introduced by cython [1] the workaround suppressed the additional warnings seen with clang [2]
[1] https://github.com/cython/cython/issues/3474 [2] https://github.com/pandas-dev/pandas/issues/33239 Signed-off-by: Khem Raj <[email protected]> --- meta-python/recipes-devtools/python/python3-pandas_1.1.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-pandas_1.1.0.bb b/meta-python/recipes-devtools/python/python3-pandas_1.1.0.bb index f100677caa..7d65287cb0 100644 --- a/meta-python/recipes-devtools/python/python3-pandas_1.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-pandas_1.1.0.bb @@ -15,6 +15,8 @@ DEPENDS += " \ ${PYTHON_PN}-numpy-native ${PYTHON_PN}-cython-native \ " +CFLAGS_append_toolchain-clang = " -Wno-error=deprecated-declarations" + RDEPENDS_${PN} += " \ ${PYTHON_PN}-json \ ${PYTHON_PN}-numpy \ -- 2.28.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#86318): https://lists.openembedded.org/g/openembedded-devel/message/86318 Mute This Topic: https://lists.openembedded.org/mt/76157902/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
