[oe-commits] Frans Meulenbroeks : zope: added __init__.py* files to python-zopeinterface , otherwie the package does not work!

GIT User account git at amethyst.openembedded.net
Fri Mar 13 17:20:29 UTC 2009


Module: openembedded.git
Branch: xora/angstrom-sqeeezy
Commit: 15fe207f429369799b7cae0e9a745cd5af005577
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=15fe207f429369799b7cae0e9a745cd5af005577

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Wed Mar 11 20:47:20 2009 +0100

zope: added __init__.py* files to python-zopeinterface, otherwie the package does not work!

---

 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 cd85425..05df3dd 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"
 





More information about the Openembedded-commits mailing list