diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-05-27 07:05:01 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-05-27 07:07:36 +0200 |
commit | f9af543a250cbe00cf2027183fb26f849c41cdd0 (patch) | |
tree | 2cc81a9278e00a383227e908f1f8a8ab80d266a4 /package | |
parent | 8afc339757774eb1f33e4ccaaa6fea389b5950bc (diff) | |
download | buildroot-novena-f9af543a250cbe00cf2027183fb26f849c41cdd0.tar.gz buildroot-novena-f9af543a250cbe00cf2027183fb26f849c41cdd0.zip |
python: disable extensions where we don't have the deps in BR
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package')
-rw-r--r-- | package/python/Config.in | 23 |
1 files 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). - |