aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-decorator.inc
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2016-07-12 22:36:07 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2016-07-22 21:45:38 +0200
commitb62c27a2d0adbe5fab19e7add57beeb55d3944b4 (patch)
tree5d59905440bd2eac5333bf2fb8f94db7fc1deb2f /recipes-devtools/python/python-decorator.inc
parent870722aac932aaa3bf6a6afd535bb6cec561a9f1 (diff)
downloadmeta-python2-b62c27a2d0adbe5fab19e7add57beeb55d3944b4.tar.gz
python-decorator: add package RDEPENDS
(From meta-openembedded commit: ca90791df15fa267e9d096a1225200c149648578) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
Diffstat (limited to 'recipes-devtools/python/python-decorator.inc')
-rw-r--r--recipes-devtools/python/python-decorator.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-decorator.inc b/recipes-devtools/python/python-decorator.inc
index c1fdfac..9264cef 100644
--- a/recipes-devtools/python/python-decorator.inc
+++ b/recipes-devtools/python/python-decorator.inc
@@ -13,3 +13,7 @@ SRC_URI[md5sum] = "434b57fdc3230c500716c5aff8896100"
SRC_URI[sha256sum] = "9c6e98edcb33499881b86ede07d9968c81ab7c769e28e9af24075f0a5379f070"
inherit pypi
+
+RDEPENDS_${PN} += "\
+ ${PYTHON_PN}-stringold \
+ "