python-coherence: add python-configobj
authorKoen Kooi <koen@openembedded.org>
Wed, 4 Feb 2009 21:46:35 +0000 (22:46 +0100)
committerKoen Kooi <koen@openembedded.org>
Wed, 4 Feb 2009 21:46:35 +0000 (22:46 +0100)
packages/python/python-coherence_0.6.0.bb

index 1167075..bf164e3 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "Coherence is a DLNA/UPnP mediaserver + backends"
 SECTION = "python/devel"
 LICENSE = "MIT"
 HOMEPAGE = "http://coherence.beebits.net/wiki"
-PR = "r3"
+PR = "r4"
 
 inherit setuptools
 
@@ -10,6 +10,6 @@ SRC_URI = "http://coherence.beebits.net/download/Coherence-${PV}.tar.gz"
 S = "${WORKDIR}/Coherence-${PV}"
 
 FILES_${PN} += "${datadir}"
-RDEPENDS_${PN} += "python-twisted python-twisted-core python-misc python-zopeinterface zope python-modules"
+RDEPENDS_${PN} += "python-configobj python-twisted python-twisted-core python-misc python-zopeinterface zope python-modules"