python-zopeinterface: add RPROVIDES for zope-interfaces (zope recipes have it in...
authorMartin Jansa <Martin.Jansa@gmail.com>
Wed, 27 Jan 2010 15:09:36 +0000 (16:09 +0100)
committerMartin Jansa <Martin.Jansa@gmail.com>
Thu, 28 Jan 2010 22:34:55 +0000 (23:34 +0100)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/zope/python-zopeinterface_3.5.1.bb

index c09ebbc..2ef606c 100644 (file)
@@ -3,6 +3,8 @@ SECTION = "console/network"
 PRIORITY = "optional"
 LICENSE = "ZPL"
 
+RPROVIDES_${PN} += " zope-interfaces"
+
 inherit distutils
 
 PR = "r1"