aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/zope
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-01-27 16:09:36 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2010-01-28 23:34:55 +0100
commitc41310b6d10becabe3b8f93dc2aa594b28b967d5 (patch)
tree5378231a0c9737b48ad56f0ddbdc9dcc5c99ea1e /recipes/zope
parent79e7f0ed89a58100f0ab7757ed4d58c699e98c21 (diff)
downloadopenembedded-c41310b6d10becabe3b8f93dc2aa594b28b967d5.tar.gz
python-zopeinterface: add RPROVIDES for zope-interfaces (zope recipes have it in RRECOMMENDS)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/zope')
-rw-r--r--recipes/zope/python-zopeinterface_3.5.1.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/zope/python-zopeinterface_3.5.1.bb b/recipes/zope/python-zopeinterface_3.5.1.bb
index c09ebbc3bb..2ef606c484 100644
--- a/recipes/zope/python-zopeinterface_3.5.1.bb
+++ b/recipes/zope/python-zopeinterface_3.5.1.bb
@@ -3,6 +3,8 @@ SECTION = "console/network"
PRIORITY = "optional"
LICENSE = "ZPL"
+RPROVIDES_${PN} += " zope-interfaces"
+
inherit distutils
PR = "r1"