aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-werkzeug.inc
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2016-07-20 10:31:54 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2016-07-22 21:45:37 +0200
commit8d55746de42e39c73160a913aa2d035453413144 (patch)
tree343cd500b3241ca63770976acc9ab940adeb5952 /meta-python/recipes-devtools/python/python-werkzeug.inc
parentdf36dff88f02ee4353ac3eb90cfaf4c1e6d97e22 (diff)
downloadmeta-openembedded-contrib-8d55746de42e39c73160a913aa2d035453413144.tar.gz
python-werkzeug: update RDEPENDS to work for minimal python2.7 and python3
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
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
PYPI_PACKAGE = "Werkzeug"
RDEPENDS_${PN} += " \
- python-difflib \
- python-email \
- python-html \
- python-json \
- python-netserver \
- python-numbers \
- python-pkgutil \
- python-subprocess \
- python-threading \
- python-unixadmin \
- python-zlib \
+ ${PYTHON_PN}-datetime \
+ ${PYTHON_PN}-difflib \
+ ${PYTHON_PN}-email \
+ ${PYTHON_PN}-html \
+ ${PYTHON_PN}-io \
+ ${PYTHON_PN}-json \
+ ${PYTHON_PN}-netserver \
+ ${PYTHON_PN}-numbers \
+ ${PYTHON_PN}-pkgutil \
+ ${PYTHON_PN}-subprocess \
+ ${PYTHON_PN}-threading \
+ ${PYTHON_PN}-unixadmin \
"