From: John Bowler Date: Mon, 26 Sep 2005 00:44:15 +0000 (+0000) Subject: python: remove the tcl and tk depends on MACHINE=nslu2 X-Git-Tag: Release-2010-05/1~9453^2~3417 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f092a753f11df9d74cadc81d515d3a0db7335274;p=openembedded.git python: remove the tcl and tk depends on MACHINE=nslu2 --- diff --git a/packages/python/python_2.4.1.bb b/packages/python/python_2.4.1.bb index 43cb187aef..8f0755e1da 100644 --- a/packages/python/python_2.4.1.bb +++ b/packages/python/python_2.4.1.bb @@ -5,7 +5,9 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer " PROVIDES = "python python-core" -DEPENDS = "python-native readline zlib gdbm openssl tcl tk" +DEPENDS_GUI = "tcl tk" +DEPENDS_GUI_nslu2 = "" +DEPENDS = "python-native readline zlib gdbm openssl ${DEPENDS_GUI}" PR = "ml8" PYTHON_MAJMIN = "2.4"