diff options
-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 S = "${WORKDIR}/nose-${PV}" -inherit distutils +inherit setuptools BBCLASSEXTEND = "native nativesdk" |