aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2016-12-21 21:42:41 -0500
committerMartin Jansa <Martin.Jansa@gmail.com>2016-12-26 08:24:55 +0100
commit7b762e97d676491b04499977ac6ecd46eb724c79 (patch)
treeee7e6e3c3fc88acfe31cd7ec4cfc4c4211846bbd /meta-python/recipes-devtools
parent409afe23bcb3ce9a6f69811996a0522432761b1c (diff)
downloadmeta-openembedded-7b762e97d676491b04499977ac6ecd46eb724c79.tar.gz
python-wrapt: update RDEPENDS to work with minimal python install
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r--meta-python/recipes-devtools/python/python-wrapt_1.10.8.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-wrapt_1.10.8.bb b/meta-python/recipes-devtools/python/python-wrapt_1.10.8.bb
index cf92efa4af..58aa1bd486 100644
--- a/meta-python/recipes-devtools/python/python-wrapt_1.10.8.bb
+++ b/meta-python/recipes-devtools/python/python-wrapt_1.10.8.bb
@@ -8,3 +8,8 @@ SRC_URI[md5sum] = "7c2a7e6262acc396ef6528b3d66bd047"
SRC_URI[sha256sum] = "4ea17e814e39883c6cf1bb9b0835d316b2f69f0f0882ffe7dad1ede66ba82c73"
inherit setuptools pypi
+
+RDEPENDS_${PN}_class-target += "\
+ ${PYTHON_PN}-stringold \
+ ${PYTHON_PN}-threading \
+"