aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2016-12-22 10:45:31 -0500
committerMartin Jansa <Martin.Jansa@gmail.com>2016-12-26 08:24:57 +0100
commitb686c380e324fb58aa6a420abd40bc6de2ebcf27 (patch)
treea42dd2f02133185d2b137473bcf2b0fb73d0a78c /meta-python/recipes-devtools/python
parentbb4140f9436b50b962d0ebd53fb53afdcb225653 (diff)
downloadmeta-openembedded-b686c380e324fb58aa6a420abd40bc6de2ebcf27.tar.gz
python3-wekzeug: update RDEPENDS to pull in http module
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')
-rw-r--r--meta-python/recipes-devtools/python/python3-werkzeug_0.11.11.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-werkzeug_0.11.11.bb b/meta-python/recipes-devtools/python/python3-werkzeug_0.11.11.bb
index af2d86a9fa..145a1de0a1 100644
--- a/meta-python/recipes-devtools/python/python3-werkzeug_0.11.11.bb
+++ b/meta-python/recipes-devtools/python/python3-werkzeug_0.11.11.bb
@@ -1,2 +1,4 @@
inherit pypi setuptools3
require python-werkzeug.inc
+
+RDEPENDS_${PN} += "${PYTHON_PN}-misc"