mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
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:
parent
a6043b70a8
commit
5f0f3e0eab
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -1,7 +0,0 @@
|
|||
inherit setuptools
|
||||
require python-pandas.inc
|
||||
|
||||
RDEPENDS_${PN} += " \
|
||||
${PYTHON_PN}-future \
|
||||
${PYTHON_PN}-json \
|
||||
"
|
||||
Loading…
Reference in New Issue
Block a user