summaryrefslogtreecommitdiff
path: root/recipes/python/python-pexpect_2.3.bb
blob: 2195d8d5ebf99ed3987a1259634051a029ed2e33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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 \
"

as discussed on the ...Richard Purdie1 2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi1 2005-11-29supertux: set SDL_CONFIG (see bug #500)Frederic Bompart1 2005-06-30import clean BK tree at cset 1.3670Koen Kooi2