mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-30 21:30:32 +00:00
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:
committed by
Martin Jansa
parent
8f85bf0057
commit
39fdd2e712
@@ -11,3 +11,8 @@ PYPI_PACKAGE = "WTForms"
|
||||
PYPI_PACKAGE_EXT = "zip"
|
||||
|
||||
inherit pypi setuptools
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
${PYTHON_PN}-netserver \
|
||||
${PYTHON_PN}-numbers \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user