aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/python-pexpect_2.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/python/python-pexpect_2.3.bb')
-rw-r--r--recipes/python/python-pexpect_2.3.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/python/python-pexpect_2.3.bb b/recipes/python/python-pexpect_2.3.bb
index 329e13b9bf..ef2f538ddd 100644
--- a/recipes/python/python-pexpect_2.3.bb
+++ b/recipes/python/python-pexpect_2.3.bb
@@ -3,14 +3,14 @@ SECTION = "devel/python"
PRIORITY = "optional"
LICENSE = "PSF"
SRCNAME = "pexpect"
-PR = "ml0"
+PR = "ml1"
SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
S = "${WORKDIR}/${SRCNAME}-${PV}"
inherit distutils
-RDEPENDS = "\
+RDEPENDS_${PN} = "\
python-core \
python-io \
python-terminal \