浏览代码

python: disable extensions where we don't have the deps in BR

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard 16 年之前
父节点
当前提交
f9af543a25
共有 1 个文件被更改,包括 11 次插入12 次删除
  1. 11 12
      package/python/Config.in

+ 11 - 12
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).
-