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