From f9af543a250cbe00cf2027183fb26f849c41cdd0 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Wed, 27 May 2009 07:05:01 +0200 Subject: python: disable extensions where we don't have the deps in BR Signed-off-by: Peter Korsgaard --- package/python/Config.in | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/package/python/Config.in b/package/python/Config.in index 4b1735e36..6931eb70f 100644 --- a/package/python/Config.in +++ b/package/python/Config.in @@ -54,17 +54,17 @@ config BR2_PACKAGE_PYTHON_CURSES help curses module for Python. -config BR2_PACKAGE_PYTHON_GDBM - depends on BR2_PACKAGE_PYTHON - bool "gdbm module" - help - gdbm module for Python. - -config BR2_PACKAGE_PYTHON_NIS - depends on BR2_PACKAGE_PYTHON - bool "nis module" - help - nis module for Python. +# config BR2_PACKAGE_PYTHON_GDBM +# depends on BR2_PACKAGE_PYTHON +# bool "gdbm module" +# help +# gdbm module for Python. + +# config BR2_PACKAGE_PYTHON_NIS +# depends on BR2_PACKAGE_PYTHON +# bool "nis module" +# help +# nis module for Python. config BR2_PACKAGE_PYTHON_PYEXPAT depends on BR2_PACKAGE_PYTHON @@ -101,4 +101,3 @@ config BR2_PACKAGE_PYTHON_UNICODEDATA default y help Unicode character database (used by stringprep module) (large). - -- cgit v1.2.3