mesa-7.9: bump PR after talloc changes
[openembedded.git] / recipes / python / python-pyserial_2.4.bb
blob4e1b30f16fdb9221878bf83026f4eab862a57b71
1 DESCRIPTION = "Serial Port Support for Python"
2 SECTION = "devel/python"
3 PRIORITY = "optional"
4 LICENSE = "PSF"
5 SRCNAME = "pyserial"
6 PR = "ml2"
8 SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
9 S = "${WORKDIR}/${SRCNAME}-${PV}"
11 inherit setuptools
13 # FIXME might stop packaging serialwin32 and serialjava files
15 RDEPENDS_${PN} = "\
16 python-fcntl \
17 python-io \
18 python-stringold \
21 SRC_URI[md5sum] = "eec19df59fd75ba5a136992897f8e468"
22 SRC_URI[sha256sum] = "6b6a9e3d2fd5978c92c843e0109918a4bcac481eecae316254481c0e0f7e73c8"