aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-pandas_0.23.4.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2018-08-14 16:24:03 -0400
committerKhem Raj <raj.khem@gmail.com>2018-08-19 16:09:28 -0700
commitb86afa334bb57e5ef62c8890b8bea88af01c7298 (patch)
treefc7654c0dacecb853f1415296da6bcf45fa86414 /meta-python/recipes-devtools/python/python-pandas_0.23.4.bb
parentd49dd866e10e7db87043410b500d5222aa42d022 (diff)
downloadmeta-openembedded-b86afa334bb57e5ef62c8890b8bea88af01c7298.tar.gz
python-pandas: update to version 0.23.4
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pandas_0.23.4.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-pandas_0.23.4.bb7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-pandas_0.23.4.bb b/meta-python/recipes-devtools/python/python-pandas_0.23.4.bb
new file mode 100644
index 0000000000..b3bfab9693
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-pandas_0.23.4.bb
@@ -0,0 +1,7 @@
+inherit setuptools
+require python-pandas.inc
+
+RDEPENDS_${PN} += " \
+ ${PYTHON_PN}-future \
+ ${PYTHON_PN}-json \
+"