Skip to content

Commit 893ce8e

Browse files
committed
python3-pandas: Add workaround to fix build with clang
This is a bug introduced by cython [1] the workaround suppressed the additional warnings seen with clang [2] [1] cython/cython#3474 [2] pandas-dev/pandas#33239 Signed-off-by: Khem Raj <[email protected]>
1 parent 7ca7d99 commit 893ce8e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

meta-python/recipes-devtools/python/python3-pandas_1.1.0.bb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ DEPENDS += " \
1515
${PYTHON_PN}-numpy-native ${PYTHON_PN}-cython-native \
1616
"
1717

18+
CFLAGS_append_toolchain-clang = " -Wno-error=deprecated-declarations"
19+
1820
RDEPENDS_${PN} += " \
1921
${PYTHON_PN}-json \
2022
${PYTHON_PN}-numpy \

0 commit comments

Comments
 (0)