All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python2][PATCH] python-engineio: add missing RDEPENDS
@ 2020-01-20 19:22 Tim Orling
  0 siblings, 0 replies; only message in thread
From: Tim Orling @ 2020-01-20 19:22 UTC (permalink / raw)
  To: openembedded-devel

For target, missing run-time dependencies:
  - python-compression (gzip)
  - python-json
  - python-logging

For all (including native/nativesdk support when desired), missing:
  - python-six

Signed-off-by: Tim Orling <ticotimo@gmail.com>
---
 recipes-devtools/python/python-engineio_3.11.1.bb | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/recipes-devtools/python/python-engineio_3.11.1.bb b/recipes-devtools/python/python-engineio_3.11.1.bb
index d642b0f0..3fbba8bf 100644
--- a/recipes-devtools/python/python-engineio_3.11.1.bb
+++ b/recipes-devtools/python/python-engineio_3.11.1.bb
@@ -6,9 +6,19 @@ SECTION = "devel/python"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=42d0a9e728978f0eeb759c3be91536b8"
 
-SRC_URI[md5sum] = "bec3b06a112a7f09a0a9c92b627282fe"
-SRC_URI[sha256sum] = "9c9a6035b4b5e5a225f426f846afa14cf627f7571d1ae02167cb703fefd134b7"
+SRC_URI[md5sum] = "327c16ca05e9b0cc4f994b9d35c7f7d7"
+SRC_URI[sha256sum] = "50d108fc7feb7f970e6ebc86733752ebd714545bb5622383e6135bdad45fc9fe"
 
 PYPI_PACKAGE = "python-engineio"
 
 inherit pypi setuptools
+
+RDEPENDS_${PN}_append_class-target = "\
+    ${PYTHON_PN}-compression \
+    ${PYTHON_PN}-json \
+    ${PYTHON_PN}-logging \
+"
+
+RDEPENDS_${PN} += "\
+    ${PYTHON_PN}-six \
+"
-- 
2.25.0



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-01-20 19:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-20 19:22 [meta-python2][PATCH] python-engineio: add missing RDEPENDS Tim Orling

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.