git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a16a829
)
python-efl 1.0 RDEPEND on dependencies, not just DEPEND
author
Michael Lauer
<mickey@vanille-media.de>
Thu, 10 Jan 2008 16:47:32 +0000
(16:47 +0000)
committer
Michael Lauer
<mickey@vanille-media.de>
Thu, 10 Jan 2008 16:47:32 +0000
(16:47 +0000)
packages/python/python-efl.bb
patch
|
blob
|
history
diff --git
a/packages/python/python-efl.bb
b/packages/python/python-efl.bb
index
c667cef
..
610688a
100644
(file)
--- a/
packages/python/python-efl.bb
+++ b/
packages/python/python-efl.bb
@@
-1,7
+1,6
@@
DESCRIPTION = "Python Bindings to the Enlightenment Foundation Libraries"
LICENSE = "MIT"
SECTION = "devel/python"
-DEPENDS = "python-evas python-ecore python-emotion python-edje python-epsilon"
+
R
DEPENDS = "python-evas python-ecore python-emotion python-edje python-epsilon"
ALLOW_EMPTY = "1"
-