diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-02-12 21:38:52 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-02-12 21:38:52 -0800 |
commit | 0b09bc908827a490e90500c94b2519e2a8013830 (patch) | |
tree | 41e42ffb5ce6609904821e1abb9db0f2a1b40906 /packages/python/python-coherence_svn.bb | |
parent | 7a2959c612572f0ec9df2a1615c252ec42ddb94b (diff) | |
parent | 329e712274b3ca2e8edb9716f1608a083ae3ed83 (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'packages/python/python-coherence_svn.bb')
-rw-r--r-- | packages/python/python-coherence_svn.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/python/python-coherence_svn.bb b/packages/python/python-coherence_svn.bb index 083e2faef0..031067672e 100644 --- a/packages/python/python-coherence_svn.bb +++ b/packages/python/python-coherence_svn.bb @@ -3,7 +3,7 @@ SECTION = "devel/python" LICENSE = "MIT" HOMEPAGE = "http://coherence.beebits.net/wiki" -PR = "r0" +PR = "r1" PV = "0.6.0+svnr${SRCREV}" @@ -19,6 +19,7 @@ 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-twisted-protocols python-misc \ - python-zopeinterface zope python-modules python-pygobject python-gdata python-inotify" + python-zopeinterface zope python-modules python-pygobject python-gdata python-inotify \ + python-divmodaxiom" |