summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python-wtforms_2.1.bb5
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"
11PYPI_PACKAGE_EXT = "zip" 11PYPI_PACKAGE_EXT = "zip"
12 12
13inherit pypi setuptools 13inherit pypi setuptools
14
15RDEPENDS_${PN} += "\
16 ${PYTHON_PN}-netserver \
17 ${PYTHON_PN}-numbers \
18 "