aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-pandas_0.23.1.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2018-06-29 16:38:17 -0400
committerKhem Raj <raj.khem@gmail.com>2018-06-29 15:53:09 -0700
commita45ebba7247efc13b324feb96a0e89b4203b805a (patch)
tree19a4b60e8d16c15d56d9aa99a7089cdd9cecab46 /meta-python/recipes-devtools/python/python-pandas_0.23.1.bb
parent3f0923b644b9dcc2f4e24d36f8422d2076d0bc14 (diff)
downloadmeta-openembedded-contrib-a45ebba7247efc13b324feb96a0e89b4203b805a.tar.gz
python-pandas: update to version 0.23.1
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.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-pandas_0.23.1.bb7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-pandas_0.23.1.bb b/meta-python/recipes-devtools/python/python-pandas_0.23.1.bb
new file mode 100644
index 0000000000..b3bfab9693
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-pandas_0.23.1.bb
@@ -0,0 +1,7 @@
+inherit setuptools
+require python-pandas.inc
+
+RDEPENDS_${PN} += " \
+ ${PYTHON_PN}-future \
+ ${PYTHON_PN}-json \
+"