diff options
Diffstat (limited to 'python/pexpect_0.99.oe')
| -rw-r--r-- | python/pexpect_0.99.oe | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/python/pexpect_0.99.oe b/python/pexpect_0.99.oe index e69de29bb2..5c8f27e21a 100644 --- a/python/pexpect_0.99.oe +++ b/python/pexpect_0.99.oe @@ -0,0 +1,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} + |
