summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2009-02-09 16:41:28 +0100
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2009-02-09 16:41:28 +0100
commit0d09acc3587baf6981b4f787b021499eeb5f4a6e (patch)
tree47b5a13d945e31c0ac3268b52854b745fe79b112
parent84c53fe7fc430fde0306d86aaf93d536957f74e2 (diff)
python-coherence: add python-inotify dependency
-rw-r--r--packages/python/python-coherence_svn.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/python/python-coherence_svn.bb b/packages/python/python-coherence_svn.bb
index 831e3a5ba6..e6f5fafb53 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 = "r5"
+PR = "r6"
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 python-gdata"
+ zope python-modules python-pygobject python-gdata python-inotify"