diff options
Diffstat (limited to 'recipes/nonworking/python/python-gsl_0.2.0.bb')
-rw-r--r-- | recipes/nonworking/python/python-gsl_0.2.0.bb | 2 |
1 files changed, 1 insertions, 1 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 \ |