[oe-commits] Koen Kooi : python-cheetah 2.4.4: fix overwriting of DEPENDS causing do_install to fail if python-setuptools hasn 't been built yet

git version control git at git.openembedded.org
Tue Dec 28 18:36:57 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 228a1481110bf8e522baca11fef3d682648236fd
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=228a1481110bf8e522baca11fef3d682648236fd

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue Dec 28 19:34:56 2010 +0100

python-cheetah 2.4.4: fix overwriting of DEPENDS causing do_install to fail if python-setuptools hasn't been built yet

Signed-off-by: Koen Kooi <koen at openembedded.org>

---

 recipes/python/python-cheetah_2.4.4.bb |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/recipes/python/python-cheetah_2.4.4.bb b/recipes/python/python-cheetah_2.4.4.bb
index c5ef065..e3ecb1c 100644
--- a/recipes/python/python-cheetah_2.4.4.bb
+++ b/recipes/python/python-cheetah_2.4.4.bb
@@ -10,7 +10,6 @@ S = "${WORKDIR}/${SRCNAME}-${PV}"
 
 inherit setuptools
 
-DEPENDS = "python"
 RDEPENDS_${PN} = "python-pickle python-pprint"
 
 NATIVE_INSTALL_WORKS = "1"





More information about the Openembedded-commits mailing list