diff options
Diffstat (limited to 'recipes/python/python-ecore_svn.bb')
-rw-r--r-- | recipes/python/python-ecore_svn.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/python/python-ecore_svn.bb b/recipes/python/python-ecore_svn.bb index 94daaf1dd4..ed8a0cae88 100644 --- a/recipes/python/python-ecore_svn.bb +++ b/recipes/python/python-ecore_svn.bb @@ -1,7 +1,7 @@ require python-efl.inc SRCREV = "${EFL_SRCREV}" DEPENDS += "python-evas ecore" -RDEPENDS += "python-evas" +RDEPENDS_${PN} += "python-evas" do_stage() { distutils_stage_all |