diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-03-11 20:47:20 +0100 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-03-11 20:47:20 +0100 |
commit | 15fe207f429369799b7cae0e9a745cd5af005577 (patch) | |
tree | 21e029251980cd974785d473251783645cd371de /packages/zope | |
parent | cab70860b89f0fd856c5de1c37c6a3d31fd3cc9d (diff) |
zope: added __init__.py* files to python-zopeinterface, otherwie the package does not work!
Diffstat (limited to 'packages/zope')
-rw-r--r-- | packages/zope/zope_3.3.1.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/packages/zope/zope_3.3.1.bb b/packages/zope/zope_3.3.1.bb index cd854250b6..05df3dd48d 100644 --- a/packages/zope/zope_3.3.1.bb +++ b/packages/zope/zope_3.3.1.bb @@ -4,7 +4,7 @@ PRIORITY = "optional" DEPENDS = "python" RDEPENDS = "python-core python-shell" LICENSE = "ZPL" -PR = "r7" +PR = "r8" SRC_URI = "http://www.zope.org/Products/Zope3/${PV}/Zope-${PV}.tgz" S = "${WORKDIR}/Zope-${PV}" @@ -43,5 +43,7 @@ ${libdir}/${PYTHON_DIR}/zope/i18nmessageid/.debug \ ${libdir}/${PYTHON_DIR}/ZODB/.debug" FILES_python-zopeinterface-dbg += "${libdir}/${PYTHON_DIR}/zope/interface/.debug " -FILES_python-zopeinterface = "${libdir}/${PYTHON_DIR}/zope/interface/*.* ${libdir}/${PYTHON_DIR}/zope/interface/common" +FILES_python-zopeinterface = " ${libdir}/${PYTHON_DIR}/zope/__init__.py* \ + ${libdir}/${PYTHON_DIR}/zope/interface/*.* \ + ${libdir}/${PYTHON_DIR}/zope/interface/common" |