diff options
author | Derek Straka <derek@asterius.io> | 2017-12-19 10:15:32 -0500 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2017-12-27 07:25:01 -0800 |
commit | d295ef40a6436a4c5d5c5b69a6a27aa557c9f9b5 (patch) | |
tree | e26345ca4580828d041ef48441e1a4081b48f4e1 /meta-python/recipes-devtools/python/python-pandas_0.21.1.bb | |
parent | 0d7da1ed712adb33e8cc5e5e2b09441606b7fa8c (diff) | |
download | meta-openembedded-d295ef40a6436a4c5d5c5b69a6a27aa557c9f9b5.tar.gz |
python-pandas: update to version 0.21.1
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pandas_0.21.1.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pandas_0.21.1.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-pandas_0.21.1.bb b/meta-python/recipes-devtools/python/python-pandas_0.21.1.bb new file mode 100644 index 0000000000..355074cb25 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pandas_0.21.1.bb | |||
@@ -0,0 +1,8 @@ | |||
1 | inherit setuptools | ||
2 | require python-pandas.inc | ||
3 | |||
4 | RDEPENDS_${PN} += " \ | ||
5 | ${PYTHON_PN}-future \ | ||
6 | ${PYTHON_PN}-json \ | ||
7 | ${PYTHON_PN}-importlib \ | ||
8 | " | ||