diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-08-09 16:06:26 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-08-11 08:58:05 -0700 |
commit | 5f0f3e0eabddd8b1d38d276373804045ad776ceb (patch) | |
tree | efd4d79963eb4d64dadb9b8732c572707ad01a01 /meta-python/recipes-devtools/python/python-pandas_0.23.4.bb | |
parent | a6043b70a800164a6591e98e42451da13acf4069 (diff) | |
download | meta-openembedded-5f0f3e0eabddd8b1d38d276373804045ad776ceb.tar.gz |
python-pandas: remove the python 2.x version of the recipe
As it depends on pathon 2.x Numpy which has been removed from oe-core.
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
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.bb | 7 |
1 files changed, 0 insertions, 7 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 deleted file mode 100644 index b3bfab9693..0000000000 --- a/meta-python/recipes-devtools/python/python-pandas_0.23.4.bb +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | inherit setuptools | ||
2 | require python-pandas.inc | ||
3 | |||
4 | RDEPENDS_${PN} += " \ | ||
5 | ${PYTHON_PN}-future \ | ||
6 | ${PYTHON_PN}-json \ | ||
7 | " | ||