summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/python/python_2.6.5.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python_2.6.5.bb b/meta/recipes-devtools/python/python_2.6.5.bb
index 5c54889e91..ec5442dc7c 100644
--- a/meta/recipes-devtools/python/python_2.6.5.bb
+++ b/meta/recipes-devtools/python/python_2.6.5.bb
@@ -82,8 +82,8 @@ do_install() {
82require python-${PYTHON_MAJMIN}-manifest.inc 82require python-${PYTHON_MAJMIN}-manifest.inc
83 83
84# manual dependency additions 84# manual dependency additions
85RPROVIDES_${PN}-core = "python" 85RPROVIDES_${PN}-core = "${PN}"
86RRECOMMENDS_${PN}-core = "python-readline" 86RRECOMMENDS_${PN}-core = "${PN}-readline"
87RRECOMMENDS_${PN}-crypt = "openssl" 87RRECOMMENDS_${PN}-crypt = "openssl"
88 88
89# add sitecustomize 89# add sitecustomize