Python-2.4.1: DEPENDS on readline to get lib-dynload/readline.so get built
authorMichael Lauer <mickey@vanille-media.de>
Mon, 11 Jul 2005 20:59:37 +0000 (20:59 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 11 Jul 2005 20:59:37 +0000 (20:59 +0000)
packages/python/python_2.4.1.bb

index 9ac8cee..5dc3542 100644 (file)
@@ -5,8 +5,8 @@ SECTION = "devel/python"
 PRIORITY = "optional"
 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
 PROVIDES = "python python-core"
-DEPENDS = "python-native zlib gdbm openssl"
-PR = "ml5"
+DEPENDS = "python-native readline zlib gdbm openssl"
+PR = "ml6"
 
 PYTHON_MAJMIN = "2.4"