python-wtforms: add RDEPENDS to work correctly in minimal python environment

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Derek Straka
2016-07-10 07:39:07 -04:00
committed by Martin Jansa
parent 8f85bf0057
commit 39fdd2e712

View File

@@ -11,3 +11,8 @@ PYPI_PACKAGE = "WTForms"
PYPI_PACKAGE_EXT = "zip"
inherit pypi setuptools
RDEPENDS_${PN} += "\
${PYTHON_PN}-netserver \
${PYTHON_PN}-numbers \
"