[oe-commits] Ross Burton : python-nose: don't install as an Egg

git at git.openembedded.org git at git.openembedded.org
Wed Jan 15 12:21:45 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 47a07c42f5f67dcf69f844531f7a527029e6280e
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=47a07c42f5f67dcf69f844531f7a527029e6280e

Author: Ross Burton <ross.burton at intel.com>
Date:   Tue Jan 14 11:10:49 2014 +0000

python-nose: don't install as an Egg

Nose is installed as an Egg by default which we don't want, so change the
inherit to setuptools from distutils to disable the eggification.

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-devtools/python/python-nose_1.2.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/python/python-nose_1.2.1.bb b/meta/recipes-devtools/python/python-nose_1.2.1.bb
index a59f77c..f55461d 100644
--- a/meta/recipes-devtools/python/python-nose_1.2.1.bb
+++ b/meta/recipes-devtools/python/python-nose_1.2.1.bb
@@ -11,6 +11,6 @@ SRC_URI[sha256sum] = "2171e9202d118d302d5db1decb52dd862b79e2a626ca19653a6914574a
 
 S = "${WORKDIR}/nose-${PV}"
 
-inherit distutils
+inherit setuptools
 
 BBCLASSEXTEND = "native nativesdk"



More information about the Openembedded-commits mailing list