aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-pandas_0.23.3.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2018-07-10 09:41:37 -0400
committerKhem Raj <raj.khem@gmail.com>2018-07-12 07:19:43 -0700
commit7eaa351ffcca35428de7a1a472fae8ac2b103a09 (patch)
treed7cc8bda13c3fe20d6b2eb5afe5bce7e894ea423 /meta-python/recipes-devtools/python/python-pandas_0.23.3.bb
parenta6b8f434d98a4f6411b52dd8364ceac1a702f5d1 (diff)
downloadmeta-openembedded-contrib-7eaa351ffcca35428de7a1a472fae8ac2b103a09.tar.gz
python-pandas: update to version 0.23.3
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.3.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-pandas_0.23.3.bb7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-pandas_0.23.3.bb b/meta-python/recipes-devtools/python/python-pandas_0.23.3.bb
new file mode 100644
index 0000000000..b3bfab9693
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-pandas_0.23.3.bb
@@ -0,0 +1,7 @@
+inherit setuptools
+require python-pandas.inc
+
+RDEPENDS_${PN} += " \
+ ${PYTHON_PN}-future \
+ ${PYTHON_PN}-json \
+"