From 6aaf6427b9b1240c834ba9bd24e054b1104d3bc7 Mon Sep 17 00:00:00 2001 From: Scott Ellis Date: Thu, 12 Nov 2015 10:28:20 -0500 Subject: python-requests: Add RDEPENDS The python-requests module has runtime dependencies. (From meta-openembedded commit: 96751b7478f1374965dc5f661c6b44b528b30f9c) Signed-off-by: Scott Ellis Signed-off-by: Martin Jansa Signed-off-by: Armin Kuster Signed-off-by: Tim Orling --- recipes-devtools/python/python-requests_2.7.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-devtools/python/python-requests_2.7.0.bb b/recipes-devtools/python/python-requests_2.7.0.bb index 1564d50..ac47202 100644 --- a/recipes-devtools/python/python-requests_2.7.0.bb +++ b/recipes-devtools/python/python-requests_2.7.0.bb @@ -14,3 +14,5 @@ SRC_URI[sha256sum] = "398a3db6d61899d25fd4a06c6ca12051b0ce171d705decd7ed5511517b S = "${WORKDIR}/${SRCNAME}-${PV}" inherit setuptools + +RDEPENDS_${PN} = "python-email python-json python-netserver python-zlib" -- cgit 1.2.3-korg