From b403339648ee47340911acae7e2bac3a9e8840b6 Mon Sep 17 00:00:00 2001 From: Lukas Bulwahn <lukas.bulwahn@bmw-carit.de> Date: Fri, 8 Feb 2013 14:18:13 +0100 Subject: [PATCH] removing RDEPENDS in python-empy experimentally after using BBCLASSEXTEND = native --- recipes-devtools/python/python-empy_3.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-devtools/python/python-empy_3.3.bb b/recipes-devtools/python/python-empy_3.3.bb index 08ab115..dd16e90 100644 --- a/recipes-devtools/python/python-empy_3.3.bb +++ b/recipes-devtools/python/python-empy_3.3.bb @@ -10,7 +10,7 @@ SRC_URI[sha256sum] = "c625436d03cff8adbbade639d14a2df9bc4c4de99ec3a821ad4d6eeb66 S = "${WORKDIR}/${SRCNAME}-${PV}" -RDEPENDS = "python-modules" +# RDEPENDS = "python-modules" inherit distutils -- GitLab