aboutsummaryrefslogtreecommitdiffstats
path: root/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
commit9c468071e92b48ffc065bb0db84f76939a5a9f97 (patch)
treecb1cdec6583ecc5c1a47093d060d0fa096e79371 /recipes-devtools/python/python-pandas_0.23.4.bb
parente5936394a8ce0af332f49e06017c3e69cde1681a (diff)
downloadmeta-python2-9c468071e92b48ffc065bb0db84f76939a5a9f97.tar.gz
python-pandas: update to version 0.23.4
(From meta-openembedded commit: b86afa334bb57e5ef62c8890b8bea88af01c7298) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
Diffstat (limited to 'recipes-devtools/python/python-pandas_0.23.4.bb')
-rw-r--r--recipes-devtools/python/python-pandas_0.23.4.bb7
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-pandas_0.23.4.bb b/recipes-devtools/python/python-pandas_0.23.4.bb
new file mode 100644
index 0000000..b3bfab9
--- /dev/null
+++ b/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 \
+"