aboutsummaryrefslogtreecommitdiffstats
path: root/packages/python
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-01-17 15:20:14 +0100
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-01-17 15:20:35 +0100
commitaaf9a780d51388c0c0f2ddadcb86bdd41b003d07 (patch)
treef64e412fe83c02c229f0a42a64748be0a44c06e4 /packages/python
parentb9075c5dd7d679575c9dd6814c115af2ecdf8eda (diff)
downloadopenembedded-aaf9a780d51388c0c0f2ddadcb86bdd41b003d07.tar.gz
python-pyserial: build system is now setuptools
Diffstat (limited to 'packages/python')
-rw-r--r--packages/python/python-pyserial_2.4.bb4
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 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