[oe-commits] Martin Jansa : python-zopeinterface: add RPROVIDES for zope-interfaces ( zope recipes have it in RRECOMMENDS)

git version control git at git.openembedded.org
Thu Jan 28 22:35:46 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: c41310b6d10becabe3b8f93dc2aa594b28b967d5
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c41310b6d10becabe3b8f93dc2aa594b28b967d5

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Wed Jan 27 16:09:36 2010 +0100

python-zopeinterface: add RPROVIDES for zope-interfaces (zope recipes have it in RRECOMMENDS)

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/zope/python-zopeinterface_3.5.1.bb |    2 ++
 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 c09ebbc..2ef606c 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"





More information about the Openembedded-commits mailing list