summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pandas_2.0.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pandas_2.0.3.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pandas_2.0.3.bb18
1 files changed, 9 insertions, 9 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pandas_2.0.3.bb b/meta-python/recipes-devtools/python/python3-pandas_2.0.3.bb
index 5e69fea6c1..91e76d9919 100644
--- a/meta-python/recipes-devtools/python/python3-pandas_2.0.3.bb
+++ b/meta-python/recipes-devtools/python/python3-pandas_2.0.3.bb
@@ -11,9 +11,9 @@ SRC_URI[sha256sum] = "c02f372a88e0d17f36d3093a644c73cfc1788e876a7c4bcb4020a77512
11inherit pypi setuptools3 11inherit pypi setuptools3
12 12
13DEPENDS += " \ 13DEPENDS += " \
14 ${PYTHON_PN}-cython-native \ 14 python3-cython-native \
15 ${PYTHON_PN}-numpy-native \ 15 python3-numpy-native \
16 ${PYTHON_PN}-versioneer-native \ 16 python3-versioneer-native \
17" 17"
18 18
19PACKAGESPLITFUNCS =+ "fix_cythonized_sources" 19PACKAGESPLITFUNCS =+ "fix_cythonized_sources"
@@ -29,10 +29,10 @@ fix_cythonized_sources() {
29CFLAGS:append:toolchain-clang = " -Wno-error=deprecated-declarations" 29CFLAGS:append:toolchain-clang = " -Wno-error=deprecated-declarations"
30 30
31RDEPENDS:${PN} += " \ 31RDEPENDS:${PN} += " \
32 ${PYTHON_PN}-json \ 32 python3-json \
33 ${PYTHON_PN}-numpy \ 33 python3-numpy \
34 ${PYTHON_PN}-dateutil \ 34 python3-dateutil \
35 ${PYTHON_PN}-dateutil-zoneinfo \ 35 python3-dateutil-zoneinfo \
36 ${PYTHON_PN}-pytz \ 36 python3-pytz \
37 ${PYTHON_PN}-profile \ 37 python3-profile \
38" 38"