diff options
Diffstat (limited to 'recipes/python/python-pygoogle_0.6.bb')
-rw-r--r-- | recipes/python/python-pygoogle_0.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/python/python-pygoogle_0.6.bb b/recipes/python/python-pygoogle_0.6.bb index 69ee9f83f2..29e6d6314b 100644 --- a/recipes/python/python-pygoogle_0.6.bb +++ b/recipes/python/python-pygoogle_0.6.bb @@ -5,7 +5,7 @@ SECTION = "devel/python" HOMEPAGE = "http://pygoogle.sourceforge.net/" PRIORITY = "optional" LICENSE = "PSF" -RDEPENDS = "python-soappy" +RDEPENDS_${PN} = "python-soappy" SRCNAME = "pygoogle" PR = "ml1" |