From: Mihai Prica <[email protected]> This package uses setuptools not distutils.
Signed-off-by: Mihai Prica <[email protected]> Signed-off-by: Martin Jansa <[email protected]> --- meta-oe/recipes-devtools/python/python-feedparser_5.1.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/python/python-feedparser_5.1.3.bb b/meta-oe/recipes-devtools/python/python-feedparser_5.1.3.bb index 38cd53f..92d5568 100644 --- a/meta-oe/recipes-devtools/python/python-feedparser_5.1.3.bb +++ b/meta-oe/recipes-devtools/python/python-feedparser_5.1.3.bb @@ -10,5 +10,5 @@ SRC_URI[sha256sum] = "7f6507d400d07edfd1ea8205da36808009b0c539f5b8a6e0ab54337b95 S = "${WORKDIR}/feedparser-${PV}" -inherit distutils +inherit setuptools -- 1.8.3.2 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
