[oe-commits] Frans Meulenbroeks : python-coherence: added dependency to python-pygobject

GIT User account git at amethyst.openembedded.net
Fri Feb 6 15:35:41 UTC 2009


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

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Fri Feb  6 16:35:05 2009 +0100

python-coherence: added dependency to python-pygobject

---

 packages/python/python-coherence_svn.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/python/python-coherence_svn.bb b/packages/python/python-coherence_svn.bb
index 15c0b4f..7d5e0be 100644
--- a/packages/python/python-coherence_svn.bb
+++ b/packages/python/python-coherence_svn.bb
@@ -3,7 +3,7 @@ SECTION = "python/devel"
 LICENSE = "MIT"
 HOMEPAGE = "http://coherence.beebits.net/wiki"
 
-PR = "r3"
+PR = "r4"
 PV = "0.6.0+svnr${SRCREV}"
 
 inherit setuptools
@@ -14,6 +14,6 @@ S = "${WORKDIR}/Coherence"
 FILES_${PN} += "${datadir}"
 RDEPENDS_${PN} += "python-twisted-pair python-divmodepsilon python-nevow python-gst python-dbus \
 	python-configobj python-twisted python-twisted-core python-misc python-zopeinterface \
-	zope python-modules"
+	zope python-modules python-pygobject"
 
 





More information about the Openembedded-commits mailing list