[oe-commits] Klaus Kurzmann : shr-today: use distuils instead of setuptools as upstream switched

git version control git at git.openembedded.org
Fri Oct 16 21:09:55 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: d9918f2384de360cd400aa9a655c1a831d04dba8
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d9918f2384de360cd400aa9a655c1a831d04dba8

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Fri Oct 16 23:09:53 2009 +0200

shr-today: use distuils instead of setuptools as upstream switched

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 recipes/shr/shr-today_git.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/shr/shr-today_git.bb b/recipes/shr/shr-today_git.bb
index c6947cf..ad9fdab 100644
--- a/recipes/shr/shr-today_git.bb
+++ b/recipes/shr/shr-today_git.bb
@@ -6,9 +6,9 @@ RDEPENDS = "python-elementary python-dbus python-edbus python-ecore"
 SECTION = "x11/applications"
 
 PV = "0.0.1-gitr${SRCREV}"
-PR = "r0"
+PR = "r1"
 
-inherit setuptools
+inherit distutils
 
 SRC_URI = "git://github.com/slyon/today.git;protocol=http"
 S = "${WORKDIR}/git"





More information about the Openembedded-commits mailing list