diff options
Diffstat (limited to 'recipes/gnome/gnome-python_2.22.1.bb')
-rw-r--r-- | recipes/gnome/gnome-python_2.22.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gnome/gnome-python_2.22.1.bb b/recipes/gnome/gnome-python_2.22.1.bb index fe3c00d6be..7316114b86 100644 --- a/recipes/gnome/gnome-python_2.22.1.bb +++ b/recipes/gnome/gnome-python_2.22.1.bb @@ -1,7 +1,7 @@ DESCRIPTION = "GNOME Python miscellaneous bindings" LICENSE = "LGPL" DEPENDS = "libgnomeui pyorbit python-pygtk" -RDEPENDS = "pyorbit" +RDEPENDS_${PN} = "pyorbit" PR = "r2" |