diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-02-06 19:12:09 +0100 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-02-06 19:12:09 +0100 |
commit | 1a4a35664c61707a7187968fd87f1f0f980c0e0e (patch) | |
tree | 5d4cb35d8804655b9f8344474f659b51e5d352ae /packages/python | |
parent | 1d7a9e8c40986849b085dd038b131e30d78c4882 (diff) |
python-coherence: added python-gdata dependency
Diffstat (limited to 'packages/python')
-rw-r--r-- | 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 7d5e0be598..5e8a0b4052 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 = "r4" +PR = "r5" 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 python-pygobject" + zope python-modules python-pygobject python-gdata" |