python 2.4.3: remove tcl and tk for the sharprom
authorMichael Lauer <mickey@vanille-media.de>
Tue, 25 Apr 2006 18:34:12 +0000 (18:34 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 25 Apr 2006 18:34:12 +0000 (18:34 +0000)
packages/python/python_2.4.3.bb

index 600bee2..289de18 100644 (file)
@@ -5,7 +5,8 @@ SECTION = "devel/python"
 PRIORITY = "optional"
 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
 DEPENDS = "python-native readline zlib gdbm openssl tcl tk"
-PR = "ml1"
+DEPENDS_sharprom = "python-native readline zlib gdbm openssl"
+PR = "ml2"
 
 PYTHON_MAJMIN = "2.4"
 
@@ -63,5 +64,6 @@ do_install() {
 include python-${PV}-manifest.inc
 
 RPROVIDES_python-core = "python"
+RPROVIDES_python-curses = "python"
 PACKAGES =+ "libpython2"
 FILES_libpython2 = "${libdir}/libpython*"