From 39fdd2e7122db75b1549b2fa0c7bfbf08671cd79 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Sun, 10 Jul 2016 07:39:07 -0400 Subject: python-wtforms: add RDEPENDS to work correctly in minimal python environment Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-wtforms_2.1.bb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'meta-python/recipes-devtools/python/python-wtforms_2.1.bb') 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 a5ea283ae3..5ddcb48835 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 \ + " -- cgit 1.2.3-korg