diff options
author | Koen Kooi <koen@openembedded.org> | 2009-02-05 23:43:56 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-02-05 23:43:56 +0100 |
commit | a0522a8b0b5606d2c2601990d4212430ad459adb (patch) | |
tree | 58a676d1bf1bc4042fbd94ed8d1120f8539ccd57 | |
parent | a5c594ba22af72a9d5ed4310d2c9f0366209ef36 (diff) | |
parent | f187b61f2893a16df5ff5d894e3c6fbd8f1d1590 (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
-rw-r--r-- | packages/python/python-coherence_svn.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/packages/python/python-coherence_svn.bb b/packages/python/python-coherence_svn.bb index 5990ca3c88..15c0b4f14f 100644 --- a/packages/python/python-coherence_svn.bb +++ b/packages/python/python-coherence_svn.bb @@ -3,9 +3,8 @@ SECTION = "python/devel" LICENSE = "MIT" HOMEPAGE = "http://coherence.beebits.net/wiki" -PR = "r1" +PR = "r3" PV = "0.6.0+svnr${SRCREV}" -DEFAULT_PREFERENCE = "-1" inherit setuptools @@ -13,6 +12,8 @@ SRC_URI = "svn://coherence.beebits.net/svn/trunk;module=Coherence;proto=https" S = "${WORKDIR}/Coherence" FILES_${PN} += "${datadir}" -RDEPENDS_${PN} += "python-divmodepsilon python-nevow 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-misc python-zopeinterface \ + zope python-modules" |