aboutsummaryrefslogtreecommitdiffstats
path: root/python/python-pyserial_2.0.oe
blob: a072141056f4f6c093fe2685ef139f0f0ac65468 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION = "Serial Port Support for Python"
SECTION = "base"
PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
RDEPENDS = "libc6 python-core"
DEPENDS = "virtual/libc"
SRCNAME = "pyserial"

SRC_URI = http://www.vanille.de/mirror/${SRCNAME}-${PV}.tar.bz2
S = "${WORKDIR}/${SRCNAME}-${PV}"

inherit distutils