diff options
author | Ross Burton <ross.burton@intel.com> | 2014-01-14 11:10:49 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-14 17:59:27 +0000 |
commit | ede5dbf568abf491f22f85b4b206ceaea8057729 (patch) | |
tree | 991bb55ceb5a49b80fcc803c2e5de00a067d77c8 /meta/recipes-devtools/python/python-nose_1.2.1.bb | |
parent | 9209641f6f76673f6a7fac012bc794f0cf674ee1 (diff) | |
download | poky-ede5dbf568abf491f22f85b4b206ceaea8057729.tar.gz |
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.
(From OE-Core rev: 47a07c42f5f67dcf69f844531f7a527029e6280e)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python-nose_1.2.1.bb')
-rw-r--r-- | meta/recipes-devtools/python/python-nose_1.2.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 a59f77c6a9..f55461d047 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 | |||
11 | 11 | ||
12 | S = "${WORKDIR}/nose-${PV}" | 12 | S = "${WORKDIR}/nose-${PV}" |
13 | 13 | ||
14 | inherit distutils | 14 | inherit setuptools |
15 | 15 | ||
16 | BBCLASSEXTEND = "native nativesdk" | 16 | BBCLASSEXTEND = "native nativesdk" |