From c41310b6d10becabe3b8f93dc2aa594b28b967d5 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Wed, 27 Jan 2010 16:09:36 +0100 Subject: python-zopeinterface: add RPROVIDES for zope-interfaces (zope recipes have it in RRECOMMENDS) Signed-off-by: Martin Jansa --- recipes/zope/python-zopeinterface_3.5.1.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes/zope') 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" -- cgit 1.2.3-korg