From: Martin Jansa Date: Wed, 27 Jan 2010 15:09:36 +0000 (+0100) Subject: python-zopeinterface: add RPROVIDES for zope-interfaces (zope recipes have it in... X-Git-Tag: Release-2010-05/1~676 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c41310b6d10becabe3b8f93dc2aa594b28b967d5;p=openembedded.git python-zopeinterface: add RPROVIDES for zope-interfaces (zope recipes have it in RRECOMMENDS) Signed-off-by: Martin Jansa --- 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"