python: remove the tcl and tk depends on MACHINE=nslu2
authorJohn Bowler <jbowler@nslu2-linux.org>
Mon, 26 Sep 2005 00:44:15 +0000 (00:44 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 26 Sep 2005 00:44:15 +0000 (00:44 +0000)
packages/python/python_2.4.1.bb

index 43cb187..8f0755e 100644 (file)
@@ -5,7 +5,9 @@ SECTION = "devel/python"
 PRIORITY = "optional"
 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
 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"