From 5bf4a6fece53f4d2a170f01048bb4702adf4a959 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Wed, 29 Nov 2017 14:00:24 -0500 Subject: python-itsdangerous: fix RDEPENDS to work on minimal python install Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-itsdangerous.inc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'meta-python/recipes-devtools/python/python-itsdangerous.inc') diff --git a/meta-python/recipes-devtools/python/python-itsdangerous.inc b/meta-python/recipes-devtools/python/python-itsdangerous.inc index 73951fa561..84f9e7742d 100644 --- a/meta-python/recipes-devtools/python/python-itsdangerous.inc +++ b/meta-python/recipes-devtools/python/python-itsdangerous.inc @@ -7,3 +7,8 @@ SRC_URI[md5sum] = "a3d55aa79369aef5345c036a8a26307f" SRC_URI[sha256sum] = "cbb3fcf8d3e33df861709ecaf89d9e6629cff0a217bc2848f1b41cd30d360519" CLEANBROKEN = "1" + +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-simplejson \ + ${PYTHON_PN}-netclient \ +" -- cgit 1.2.3-korg