summaryrefslogtreecommitdiff
path: root/packages/python
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2009-02-12 09:58:02 +0100
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2009-02-12 09:58:02 +0100
commitb935d0e40c9bd24294d13bfbde0cbdcd14671e0c (patch)
tree974d5c503c47a44644d2f0bf5c8fc8a12a5ab9d9 /packages/python
parenteacd7dffddfaaea0db5dbd6eae7907488492e00b (diff)
python-coherence: added dependency on axiom
Diffstat (limited to 'packages/python')
-rw-r--r--packages/python/python-coherence_svn.bb5
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"