[oe-commits] Michael 'Mickey' Lauer : python-pyserial: build system is now setuptools

GIT User account git at amethyst.openembedded.net
Sat Jan 17 14:21:28 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: aaf9a780d51388c0c0f2ddadcb86bdd41b003d07
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=aaf9a780d51388c0c0f2ddadcb86bdd41b003d07

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Sat Jan 17 15:20:14 2009 +0100

python-pyserial: build system is now setuptools

---

 packages/python/python-pyserial_2.4.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/python/python-pyserial_2.4.bb b/packages/python/python-pyserial_2.4.bb
index 3d4eaaa..637a980 100644
--- a/packages/python/python-pyserial_2.4.bb
+++ b/packages/python/python-pyserial_2.4.bb
@@ -3,12 +3,12 @@ SECTION = "devel/python"
 PRIORITY = "optional"
 LICENSE = "PSF"
 SRCNAME = "pyserial"
-PR = "ml0"
+PR = "ml1"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
 S = "${WORKDIR}/${SRCNAME}-${PV}"
 
-inherit distutils
+inherit setuptools
 
 # FIXME might stop packaging serialwin32 and serialjava files
 





More information about the Openembedded-commits mailing list