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

Signed-off-by: Tim Orling <ticot...@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

-- 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to