diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-01-27 16:09:36 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-01-28 23:34:55 +0100 |
commit | c41310b6d10becabe3b8f93dc2aa594b28b967d5 (patch) | |
tree | 5378231a0c9737b48ad56f0ddbdc9dcc5c99ea1e /recipes/zope | |
parent | 79e7f0ed89a58100f0ab7757ed4d58c699e98c21 (diff) |
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.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 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" |