diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-werkzeug.inc | 23 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python-werkzeug_0.11.10.bb | 2 |
2 files changed, 14 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 | |||
16 | PYPI_PACKAGE = "Werkzeug" | 16 | PYPI_PACKAGE = "Werkzeug" |
17 | 17 | ||
18 | RDEPENDS_${PN} += " \ | 18 | RDEPENDS_${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 | " |
diff --git a/meta-python/recipes-devtools/python/python-werkzeug_0.11.10.bb b/meta-python/recipes-devtools/python/python-werkzeug_0.11.10.bb index dd1460870b..3892f1357b 100644 --- a/meta-python/recipes-devtools/python/python-werkzeug_0.11.10.bb +++ b/meta-python/recipes-devtools/python/python-werkzeug_0.11.10.bb | |||
@@ -1,2 +1,4 @@ | |||
1 | inherit pypi setuptools | 1 | inherit pypi setuptools |
2 | require python-werkzeug.inc | 2 | require python-werkzeug.inc |
3 | |||
4 | RDEPENDS_${PN} += "${PYTHON_PN}-zlib" | ||