summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/python/python-pexpect_2.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/python/python-pexpect_2.3.bb')
-rw-r--r--meta-oe/recipes-devtools/python/python-pexpect_2.3.bb10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-oe/recipes-devtools/python/python-pexpect_2.3.bb b/meta-oe/recipes-devtools/python/python-pexpect_2.3.bb
index d1b8530bc..1c64365da 100644
--- a/meta-oe/recipes-devtools/python/python-pexpect_2.3.bb
+++ b/meta-oe/recipes-devtools/python/python-pexpect_2.3.bb
@@ -11,11 +11,11 @@ S = "${WORKDIR}/${SRCNAME}-${PV}"
11inherit distutils 11inherit distutils
12 12
13RDEPENDS_${PN} = "\ 13RDEPENDS_${PN} = "\
14 python-core \ 14 python-core \
15 python-io \ 15 python-io \
16 python-terminal \ 16 python-terminal \
17 python-resource \ 17 python-resource \
18 python-fcntl \ 18 python-fcntl \
19" 19"
20 20
21 21