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>
This commit is contained in:
Alexander Kanavin 2019-08-09 16:06:26 +02:00 committed by Khem Raj
parent a6043b70a8
commit 5f0f3e0eab
2 changed files with 1 additions and 8 deletions

View File

@ -40,7 +40,7 @@ RDEPENDS_packagegroup-meta-python = "\
python-sh python-greenlet python-paho-mqtt python-traceback2 python-gdata python-dbusmock \
python-whoosh python-lockfile python-isort python-wtforms python-feedparser python-flask-restful \
python-pysnmp python-flask-babel python-pytest-tempdir python-flask-nav python-pyzmq python-pyyaml \
python-protobuf python-pluggy python-jsonschema python-msgpack python-pandas \
python-protobuf python-pluggy python-jsonschema python-msgpack \
python-periphery python-pint python-pycryptodome python-yappi python-pycrypto python-pretend \
python-pyserial python-pyiface python-docutils python-grpcio-tools python-django-south \
python-backports-functools-lru-cache python-py python-click python-flask-migrate \

View File

@ -1,7 +0,0 @@
inherit setuptools
require python-pandas.inc
RDEPENDS_${PN} += " \
${PYTHON_PN}-future \
${PYTHON_PN}-json \
"