[oe] [meta-python][PATCH 2/2] python-wtforms: add RDEPENDS to work correctly in minimal python environment

Derek Straka derek at asterius.io
Sun Jul 10 11:39:07 UTC 2016


Signed-off-by: Derek Straka <derek at asterius.io>
---
 meta-python/recipes-devtools/python/python-wtforms_2.1.bb | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta-python/recipes-devtools/python/python-wtforms_2.1.bb b/meta-python/recipes-devtools/python/python-wtforms_2.1.bb
index a5ea283..5ddcb48 100644
--- a/meta-python/recipes-devtools/python/python-wtforms_2.1.bb
+++ b/meta-python/recipes-devtools/python/python-wtforms_2.1.bb
@@ -11,3 +11,8 @@ PYPI_PACKAGE = "WTForms"
 PYPI_PACKAGE_EXT = "zip"
 
 inherit pypi setuptools
+
+RDEPENDS_${PN} += "\
+    ${PYTHON_PN}-netserver \
+    ${PYTHON_PN}-numbers \
+    "
-- 
1.9.1




More information about the Openembedded-devel mailing list