aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/python-psyco_1.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/python/python-psyco_1.6.bb')
-rw-r--r--recipes/python/python-psyco_1.6.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/python/python-psyco_1.6.bb b/recipes/python/python-psyco_1.6.bb
index 7cc09bbf21..f916fb842f 100644
--- a/recipes/python/python-psyco_1.6.bb
+++ b/recipes/python/python-psyco_1.6.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://psyco.sourceforge.net"
SECTION = "devel/python"
PRIORITY = "optional"
LICENSE = "PSF"
-RDEPENDS = "python-core"
+RDEPENDS_${PN} = "python-core"
SRCNAME = "psyco"
SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}-src.tar.gz"