summaryrefslogtreecommitdiff
path: root/python/pyserial_2.0.oe
blob: 68a7453aeff1403a1ef16525a9ebda6c0ef503f9 (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 python

SRC_URI = http://www.vanille.de/mirror/${P}.tar.bz2

inherit distutils

FILES_pyserial_append = ${PYFILES}