diff options
| author | Khem Raj <raj.khem@gmail.com> | 2009-03-13 07:44:36 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2009-03-13 07:44:36 -0700 |
| commit | 151270f47ba3382b708a6bb86b90baef43bf3c7a (patch) | |
| tree | da1a7974d528e3c44641f8133ece51e45e19d812 /packages/python | |
| parent | 3992e7dd4369223e190c2ab61fcc601dd1e5ecc7 (diff) | |
| parent | e49b45906527062083b716c33c840b49e3c8741c (diff) | |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'packages/python')
| -rw-r--r-- | packages/python/python-coherence_0.6.0.bb | 15 | ||||
| -rw-r--r-- | packages/python/python-coherence_0.6.2.bb | 7 |
2 files changed, 5 insertions, 17 deletions
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" - - 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" |
