aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/nonworking/python
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/nonworking/python')
-rw-r--r--recipes/nonworking/python/python-gsl_0.2.0.bb2
-rw-r--r--recipes/nonworking/python/python-pyx_0.6.bb2
-rw-r--r--recipes/nonworking/python/python-sword_1.5.10.bb2
3 files changed, 3 insertions, 3 deletions
diff --git a/recipes/nonworking/python/python-gsl_0.2.0.bb b/recipes/nonworking/python/python-gsl_0.2.0.bb
index 7673f23875..8f94f5a48d 100644
--- a/recipes/nonworking/python/python-gsl_0.2.0.bb
+++ b/recipes/nonworking/python/python-gsl_0.2.0.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "GNU Scientific Library Python Bindings"
SECTION = "base"
PRIORITY = "optional"
DEPENDS = "gsl"
-RDEPENDS = "python-core gsl"
+RDEPENDS_${PN} = "python-core gsl"
SRCNAME = "pygsl"
SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
diff --git a/recipes/nonworking/python/python-pyx_0.6.bb b/recipes/nonworking/python/python-pyx_0.6.bb
index 53a079663d..d422805cf4 100644
--- a/recipes/nonworking/python/python-pyx_0.6.bb
+++ b/recipes/nonworking/python/python-pyx_0.6.bb
@@ -3,7 +3,7 @@ It provides both an abstraction of PostScript and a TeX/LaTeX interface. Complex
2d and 3d plots in publication-ready quality are built out of these primitives."
SECTION = "devel/python"
PRIORITY = "optional"
-RDEPENDS = "python-core"
+RDEPENDS_${PN} = "python-core"
DEPENDS = "kpsewhich-native"
SRCNAME = "PyX"
diff --git a/recipes/nonworking/python/python-sword_1.5.10.bb b/recipes/nonworking/python/python-sword_1.5.10.bb
index 744c53dc6e..bb419934ec 100644
--- a/recipes/nonworking/python/python-sword_1.5.10.bb
+++ b/recipes/nonworking/python/python-sword_1.5.10.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Python bindings for the sword library"
SECTION = "devel/python"
PRIORITY = "optional"
LICENSE = "GPL"
-RDEPENDS = "python-core sword"
+RDEPENDS_${PN} = "python-core sword"
DEPENDS = "sword-${PV} swig-native"
SRCNAME = "sword"
PR = "r0"