All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] python-panads: remove the python 2.x version of the recipe
@ 2019-08-09 14:05 Alexander Kanavin
  2019-08-09 14:06 ` Alexander Kanavin
  2019-08-09 14:32 ` ✗ patchtest: failure for " Patchwork
  0 siblings, 2 replies; 3+ messages in thread
From: Alexander Kanavin @ 2019-08-09 14:05 UTC (permalink / raw)
  To: openembedded-core

As it depends on pathon 2.x Numpy which has been removed from oe-core.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 .../recipes-core/packagegroups/packagegroup-meta-python.bb | 2 +-
 .../recipes-devtools/python/python-pandas_0.23.4.bb        | 7 -------
 2 files changed, 1 insertion(+), 8 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python-pandas_0.23.4.bb

diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
index e037abf53..42f416346 100644
--- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
+++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
@@ -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 \
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 b3bfab969..000000000
--- a/meta-python/recipes-devtools/python/python-pandas_0.23.4.bb
+++ /dev/null
@@ -1,7 +0,0 @@
-inherit setuptools
-require python-pandas.inc
-
-RDEPENDS_${PN} += " \
-    ${PYTHON_PN}-future \
-    ${PYTHON_PN}-json \
-"
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-08-09 14:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-09 14:05 [PATCH] python-panads: remove the python 2.x version of the recipe Alexander Kanavin
2019-08-09 14:06 ` Alexander Kanavin
2019-08-09 14:32 ` ✗ patchtest: failure for " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.