summaryrefslogtreecommitdiff
path: root/python/pexpect_0.99.oe
blob: c40a9eb0f07c7baa020b2586f2792baa660d4c2a (plain)
1
2
3
4
5
6
7
8
9
10
DESCRIPTION=A Pure Python Expect like Module for Python
SECTION="base"
PRIORITY="optional"
MAINTAINER="Michael Lauer <mickey@Vanille.de>"
RDEPENDS=libc6 python-core python-io python-terminal python-resource python-fcntl
DEPENDS=virtual/libc

SRC_URI = ${SOURCEFORGE_MIRROR}/${PN}/${P}.tgz

inherit distutils