From 706987bb34a58b80e5f2f89d1dad073dd9336293 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Wed, 11 Mar 2009 20:48:45 +0100 Subject: python-coherence_0.6.0.bb: removed (should have been moved to 0.6.2 but a new 0.6.2 was made, so dropping this one now) --- packages/python/python-coherence_0.6.0.bb | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 packages/python/python-coherence_0.6.0.bb (limited to 'packages/python') diff --git a/packages/python/python-coherence_0.6.0.bb b/packages/python/python-coherence_0.6.0.bb deleted file mode 100644 index bf9d964f99..0000000000 --- a/packages/python/python-coherence_0.6.0.bb +++ /dev/null @@ -1,15 +0,0 @@ -DESCRIPTION = "Coherence is a DLNA/UPnP mediaserver + backends" -SECTION = "devel/python" -LICENSE = "MIT" -HOMEPAGE = "http://coherence.beebits.net/wiki" -PR = "r5" - -inherit setuptools - -SRC_URI = "http://coherence.beebits.net/download/Coherence-${PV}.tar.gz" -S = "${WORKDIR}/Coherence-${PV}" - -FILES_${PN} += "${datadir}" -RDEPENDS_${PN} += "python-gst python-dbus python-configobj python-twisted python-twisted-core python-misc python-zopeinterface zope python-modules" - - -- cgit v1.2.3 From 3e60916fa54b1f7262bb76ef3904d3dc50620164 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Wed, 11 Mar 2009 20:51:02 +0100 Subject: python-coherence: updated DEPENDS (removed unneeded zope, added a few missing ones) --- packages/python/python-coherence_0.6.2.bb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'packages/python') diff --git a/packages/python/python-coherence_0.6.2.bb b/packages/python/python-coherence_0.6.2.bb index 7d25f0868e..54eed59574 100644 --- a/packages/python/python-coherence_0.6.2.bb +++ b/packages/python/python-coherence_0.6.2.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Coherence is a DLNA/UPnP mediaserver + backends" SECTION = "devel/python" LICENSE = "MIT" HOMEPAGE = "http://coherence.beebits.net/wiki" -PR = "r0" +PR = "r1" inherit setuptools @@ -12,6 +12,9 @@ S = "${WORKDIR}/Coherence-${PV}" FILES_${PN} += "${datadir}" DEPENDS = "libxml2 libxml2-native" -RDEPENDS_${PN} += "python-gst python-dbus python-configobj python-twisted python-twisted-core python-misc python-zopeinterface zope python-modules" +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 python-modules python-pygobject python-gdata \ + python-divmodaxiom" -- cgit v1.2.3