python: disable extensions where we don't have the deps in BR
authorPeter Korsgaard <jacmet@sunsite.dk>
Wed, 27 May 2009 05:05:01 +0000 (07:05 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 27 May 2009 05:07:36 +0000 (07:07 +0200)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/python/Config.in

index 4b1735e369a404a4b71451cc4dca887ff453d538..6931eb70f454971cd0271b974ff1c6672caf363f 100644 (file)
@@ -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).
-