diff options
author | Derek Straka <derek@asterius.io> | 2016-07-10 07:39:07 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-07-22 21:45:34 +0200 |
commit | 39fdd2e7122db75b1549b2fa0c7bfbf08671cd79 (patch) | |
tree | 9ff62b2acffb6d57200d40718e95cb836d1fb605 /meta-python/recipes-devtools | |
parent | 8f85bf005754dc7d1fdfd886d2a67c1f08a84765 (diff) | |
download | meta-openembedded-39fdd2e7122db75b1549b2fa0c7bfbf08671cd79.tar.gz |
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>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r-- | meta-python/recipes-devtools/python/python-wtforms_2.1.bb | 5 |
1 files changed, 5 insertions, 0 deletions
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 a5ea283ae..5ddcb4883 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" | |||
11 | PYPI_PACKAGE_EXT = "zip" | 11 | PYPI_PACKAGE_EXT = "zip" |
12 | 12 | ||
13 | inherit pypi setuptools | 13 | inherit pypi setuptools |
14 | |||
15 | RDEPENDS_${PN} += "\ | ||
16 | ${PYTHON_PN}-netserver \ | ||
17 | ${PYTHON_PN}-numbers \ | ||
18 | " | ||