[oe] [meta-python2][PATCH] python-engineio: add missing RDEPENDS

Tim Orling ticotimo at gmail.com
Mon Jan 20 19:22:35 UTC 2020


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 at 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



More information about the Openembedded-devel mailing list