[oe] [meta-oe][PATCH 1/3] python-feedparser: Changed from distutils to setuptools

Mihai Prica mihai.prica at intel.com
Tue May 7 10:50:17 UTC 2013


This package uses setuptools not distutils.

Signed-off-by: Mihai Prica <mihai.prica at intel.com>
---
 .../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.7.9.5





More information about the Openembedded-devel mailing list