diff options
author | Derek Straka <derek@asterius.io> | 2017-12-28 10:36:13 -0500 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2017-12-30 12:33:53 -0800 |
commit | 29a4983d5a4462d8e7b9abcd55bfb3013f578fdd (patch) | |
tree | 9959de2b68534e54bc264d89eb054cf981320097 /meta-python/recipes-devtools/python/python-pandas.inc | |
parent | 84aa13e7fc5a7cd45c3b02e0ab1d106700997804 (diff) | |
download | meta-openembedded-29a4983d5a4462d8e7b9abcd55bfb3013f578fdd.tar.gz |
python-pandas: add json to the RDEPENDS list
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pandas.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pandas.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-pandas.inc b/meta-python/recipes-devtools/python/python-pandas.inc index 266f8b7a6a..8129fd01ec 100644 --- a/meta-python/recipes-devtools/python/python-pandas.inc +++ b/meta-python/recipes-devtools/python/python-pandas.inc | |||
@@ -16,6 +16,7 @@ DEPENDS += " \ | |||
16 | " | 16 | " |
17 | 17 | ||
18 | RDEPENDS_${PN} += " \ | 18 | RDEPENDS_${PN} += " \ |
19 | ${PYTHON_PN}-json \ | ||
19 | ${PYTHON_PN}-numpy \ | 20 | ${PYTHON_PN}-numpy \ |
20 | ${PYTHON_PN}-dateutil \ | 21 | ${PYTHON_PN}-dateutil \ |
21 | ${PYTHON_PN}-pytz \ | 22 | ${PYTHON_PN}-pytz \ |