summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pandas_1.1.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pandas_1.1.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pandas_1.1.1.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pandas_1.1.1.bb b/meta-python/recipes-devtools/python/python3-pandas_1.1.1.bb
new file mode 100644
index 0000000000..63ae69e3de
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pandas_1.1.1.bb
@@ -0,0 +1,25 @@
1SUMMARY = "pandas library for high-performance data analysis tools"
2DESCRIPTION = "pandas is an open source, BSD-licensed library providing \
3high-performance, easy-to-use data structures and data analysis tools for \
4the Python programming language."
5HOMEPAGE = "http://pandas.pydata.org/"
6LICENSE = "BSD-3-Clause"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=c2a8f987b2ce77c368c6b3e1b5b10774"
8
9SRC_URI[md5sum] = "bb796b56c276ecea1a6a227010e9c56a"
10SRC_URI[sha256sum] = "53328284a7bb046e2e885fd1b8c078bd896d7fc4575b915d4936f54984a2ba67"
11
12inherit pypi setuptools3
13
14DEPENDS += " \
15 ${PYTHON_PN}-numpy-native ${PYTHON_PN}-cython-native \
16"
17
18CFLAGS_append_toolchain-clang = " -Wno-error=deprecated-declarations"
19
20RDEPENDS_${PN} += " \
21 ${PYTHON_PN}-json \
22 ${PYTHON_PN}-numpy \
23 ${PYTHON_PN}-dateutil \
24 ${PYTHON_PN}-pytz \
25"