summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-werkzeug.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python-werkzeug.inc')
-rw-r--r--meta-python/recipes-devtools/python/python-werkzeug.inc23
1 files changed, 12 insertions, 11 deletions
diff --git a/meta-python/recipes-devtools/python/python-werkzeug.inc b/meta-python/recipes-devtools/python/python-werkzeug.inc
index f6f75d0ca7..e30c80b0e2 100644
--- a/meta-python/recipes-devtools/python/python-werkzeug.inc
+++ b/meta-python/recipes-devtools/python/python-werkzeug.inc
@@ -16,15 +16,16 @@ SRC_URI[sha256sum] = "cc64dafbacc716cdd42503cf6c44cb5a35576443d82f29f6829e5c4926
16PYPI_PACKAGE = "Werkzeug" 16PYPI_PACKAGE = "Werkzeug"
17 17
18RDEPENDS_${PN} += " \ 18RDEPENDS_${PN} += " \
19 python-difflib \ 19 ${PYTHON_PN}-datetime \
20 python-email \ 20 ${PYTHON_PN}-difflib \
21 python-html \ 21 ${PYTHON_PN}-email \
22 python-json \ 22 ${PYTHON_PN}-html \
23 python-netserver \ 23 ${PYTHON_PN}-io \
24 python-numbers \ 24 ${PYTHON_PN}-json \
25 python-pkgutil \ 25 ${PYTHON_PN}-netserver \
26 python-subprocess \ 26 ${PYTHON_PN}-numbers \
27 python-threading \ 27 ${PYTHON_PN}-pkgutil \
28 python-unixadmin \ 28 ${PYTHON_PN}-subprocess \
29 python-zlib \ 29 ${PYTHON_PN}-threading \
30 ${PYTHON_PN}-unixadmin \
30" 31"