blob: 7a360fd20ef6732704f3e1efcd52967e7686a9cf (
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
|