From: Michael 'Mickey' Lauer Date: Sat, 17 Jan 2009 14:20:14 +0000 (+0100) Subject: python-pyserial: build system is now setuptools X-Git-Tag: Release-2010-05/1~4311 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aaf9a780d51388c0c0f2ddadcb86bdd41b003d07;p=openembedded.git python-pyserial: build system is now setuptools --- diff --git a/packages/python/python-pyserial_2.4.bb b/packages/python/python-pyserial_2.4.bb index 3d4eaaa52c..637a980e49 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