[oe-commits] Klaus Kurzmann : python-phoneutils: use setuptools and not distutils

git version control git at git.openembedded.org
Mon Jul 27 15:56:26 UTC 2009


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

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Mon Jul 27 17:56:23 2009 +0200

python-phoneutils: use setuptools and not distutils

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

---

 recipes/python/python-phoneutils_git.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/python/python-phoneutils_git.bb b/recipes/python/python-phoneutils_git.bb
index abcd6cd..e352cc0 100644
--- a/recipes/python/python-phoneutils_git.bb
+++ b/recipes/python/python-phoneutils_git.bb
@@ -8,4 +8,4 @@ PR = "r0"
 SRC_URI = "git://git.shr-project.org/repo/libphone-utils.git;protocol=http;branch=master"
 S = "${WORKDIR}/git/src/python"
 
-inherit distutils
+inherit setuptools





More information about the Openembedded-commits mailing list