[oe] [meta-python][PATCH] python-waitress: add missing target RDEPENDS

Tim Orling ticotimo at gmail.com
Thu Jan 23 05:23:57 UTC 2020


* Missing run-time dependencies:
    ${PYTHON_PN}-datetime
    ${PYTHON_PN}-io
    ${PYTHON_PN}-logging
    ${PYTHON_PN}-re

Signed-off-by: Tim Orling <ticotimo at gmail.com>
---
 recipes-devtools/python/python-waitress_1.4.1.bb | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/recipes-devtools/python/python-waitress_1.4.1.bb b/recipes-devtools/python/python-waitress_1.4.1.bb
index 7ab4aaa0..3e144b5c 100644
--- a/recipes-devtools/python/python-waitress_1.4.1.bb
+++ b/recipes-devtools/python/python-waitress_1.4.1.bb
@@ -10,3 +10,10 @@ SRC_URI[md5sum] = "e6b9f0406cb4e6fedcc3add96411786d"
 SRC_URI[sha256sum] = "f4118cbce75985fd60aeb4f0d781aba8dc7ae28c18e50753e913d7a7dee76b62"
 
 inherit setuptools pypi
+
+RDEPENDS_${PN}_append_class-target = "\
+    ${PYTHON_PN}-datetime \
+    ${PYTHON_PN}-io \
+    ${PYTHON_PN}-logging \
+    ${PYTHON_PN}-re \
+    "
-- 
2.25.0



More information about the Openembedded-devel mailing list