blob: d1f3707a56c515457263f820704ce50df4e86b06 [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001SUMMARY = "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"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=66017d3134349017409386be85176145"
8
9SRC_URI[md5sum] = "4df858f28b4bf4fa07d9fbb7f2568173"
10SRC_URI[sha256sum] = "a777e07633d83d546c55706420179551c8e01075b53c497dcf8ae4036766bc66"
11
12PYPI_PACKAGE = "pandas"
13inherit pypi
14
15DEPENDS += " \
16 ${PYTHON_PN}-numpy-native \
17"
18
19RDEPENDS_${PN} += " \
20 ${PYTHON_PN}-numpy \
21 ${PYTHON_PN}-dateutil \
22 ${PYTHON_PN}-pytz \
23"