From b62c27a2d0adbe5fab19e7add57beeb55d3944b4 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Tue, 12 Jul 2016 22:36:07 -0400 Subject: python-decorator: add package RDEPENDS (From meta-openembedded commit: ca90791df15fa267e9d096a1225200c149648578) Signed-off-by: Derek Straka Signed-off-by: Martin Jansa Signed-off-by: Tim Orling --- recipes-devtools/python/python-decorator.inc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'recipes-devtools/python/python-decorator.inc') 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 \ + " -- cgit 1.2.3-korg