aboutsummaryrefslogtreecommitdiffstats
path: root/python/python-pexpect_0.99.oe
diff options
context:
space:
mode:
Diffstat (limited to 'python/python-pexpect_0.99.oe')
-rw-r--r--python/python-pexpect_0.99.oe11
1 files changed, 0 insertions, 11 deletions
diff --git a/python/python-pexpect_0.99.oe b/python/python-pexpect_0.99.oe
deleted file mode 100644
index 9496d61240..0000000000
--- a/python/python-pexpect_0.99.oe
+++ /dev/null
@@ -1,11 +0,0 @@
-DESCRIPTION = "A Pure Python Expect like Module for Python"
-SECTION = "devel/python"
-PRIORITY = "optional"
-MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
-RDEPENDS = "python-core python-io python-terminal python-resource python-fcntl"
-SRCNAME = "pexpect"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tgz"
-S = "${WORKDIR}/${SRCNAME}-${PV}"
-
-inherit distutils