[oe-commits] Mihai Prica : python-feedparser: Changed from distutils to setuptools

git at git.openembedded.org git at git.openembedded.org
Fri May 10 08:57:50 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 11e767eeead8850c291687357dbe4428423d6193
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=11e767eeead8850c291687357dbe4428423d6193

Author: Mihai Prica <mihai.prica at intel.com>
Date:   Tue May  7 10:50:17 2013 +0000

python-feedparser: Changed from distutils to setuptools

This package uses setuptools not distutils.

Signed-off-by: Mihai Prica <mihai.prica at intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../python/python-feedparser_5.1.3.bb              |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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
 





More information about the Openembedded-commits mailing list