DESCRIPTION = "A Pure Python Expect like Module for Python" SECTION = "devel/python" PRIORITY = "optional" LICENSE = "PSF" SRCNAME = "pexpect" PR = "ml0" SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" S = "${WORKDIR}/${SRCNAME}-${PV}" inherit distutils RDEPENDS = "\ python-core \ python-io \ python-terminal \ python-resource \ python-fcntl \ "