python 2.5.1 fix RRECOMMEND_S_ typo
authorMichael Lauer <mickey@vanille-media.de>
Sun, 13 Jan 2008 15:57:08 +0000 (15:57 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Sun, 13 Jan 2008 15:57:08 +0000 (15:57 +0000)
packages/python/python_2.5.1.bb

index 2202e1d..37f7bde 100644 (file)
@@ -79,7 +79,7 @@ do_install() {
 require python-${PYTHON_MAJMIN}-manifest.inc
 
 RPROVIDES_python-core = "python"
-RRECOMMEND_python-core = "python-readline"
+RRECOMMENDS_python-core = "python-readline"
 
 PACKAGES =+ "libpython2"
 FILES_libpython2 = "${libdir}/libpython*"