First pass of .oe cleanups.
[openembedded.git] / python / python-pexpect_0.99.oe
1 DESCRIPTION = "A Pure Python Expect like Module for Python"
2 SECTION = "base"
3 PRIORITY = "optional"
4 MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
5 RDEPENDS = "libc6 python-core python-io python-terminal python-resource python-fcntl"
6 DEPENDS = "virtual/libc"
7 SRCNAME = "pexpect"
8
9 SRC_URI = ${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tgz
10 S = "${WORKDIR}/${SRCNAME}-${PV}"
11
12 inherit distutils