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

git at git.openembedded.org git at git.openembedded.org
Thu Aug 22 07:40:40 UTC 2013


Module: meta-openembedded.git
Branch: dylan-next
Commit: 39562710070c9192e07cda352e3cc7b5cf88a1e9
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=39562710070c9192e07cda352e3cc7b5cf88a1e9

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