diff options
Diffstat (limited to 'python/pexpect_0.99.oe')
-rw-r--r-- | python/pexpect_0.99.oe | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/python/pexpect_0.99.oe b/python/pexpect_0.99.oe index 5c8f27e21a..7a360fd20e 100644 --- a/python/pexpect_0.99.oe +++ b/python/pexpect_0.99.oe @@ -3,11 +3,8 @@ 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 +DEPENDS=virtual/libc SRC_URI = ${SOURCEFORGE_MIRROR}/${PN}/${P}.tgz inherit distutils - -FILES_pexpect_append = ${PYFILES} - |