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

git version control git at git.openembedded.org
Fri Oct 16 21:07:27 UTC 2009


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

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

shr-today: use distutils 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 29e9e13..88a4db9 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${SRCPV}"
-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