aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2017-12-28 10:36:13 -0500
committerArmin Kuster <akuster808@gmail.com>2017-12-30 12:33:53 -0800
commit29a4983d5a4462d8e7b9abcd55bfb3013f578fdd (patch)
tree9959de2b68534e54bc264d89eb054cf981320097 /meta-python/recipes-devtools
parent84aa13e7fc5a7cd45c3b02e0ab1d106700997804 (diff)
downloadmeta-openembedded-contrib-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')
-rw-r--r--meta-python/recipes-devtools/python/python-pandas.inc1
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 += " \
"
RDEPENDS_${PN} += " \
+ ${PYTHON_PN}-json \
${PYTHON_PN}-numpy \
${PYTHON_PN}-dateutil \
${PYTHON_PN}-pytz \