diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pandas_1.1.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pandas_1.1.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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 += " \ | |||
15 | ${PYTHON_PN}-numpy-native ${PYTHON_PN}-cython-native \ | 15 | ${PYTHON_PN}-numpy-native ${PYTHON_PN}-cython-native \ |
16 | " | 16 | " |
17 | 17 | ||
18 | CFLAGS_append_toolchain-clang = " -Wno-error=deprecated-declarations" | ||
19 | |||
18 | RDEPENDS_${PN} += " \ | 20 | RDEPENDS_${PN} += " \ |
19 | ${PYTHON_PN}-json \ | 21 | ${PYTHON_PN}-json \ |
20 | ${PYTHON_PN}-numpy \ | 22 | ${PYTHON_PN}-numpy \ |