blob: 5c8f27e21a05a97e81c4d2c968b164b714422882 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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 python
SRC_URI = ${SOURCEFORGE_MIRROR}/${PN}/${P}.tgz
inherit distutils
FILES_pexpect_append = ${PYFILES}
|