diff options
-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 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" | |||
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 | " | ||