|
@@ -65,12 +65,6 @@ config BR2_PACKAGE_PYTHON_OSSAUDIODEV
|
|
|
help
|
|
|
ossaudiodev module for Python.
|
|
|
|
|
|
-config BR2_PACKAGE_PYTHON_PYEXPAT
|
|
|
- select BR2_PACKAGE_EXPAT
|
|
|
- bool "pyexpat"
|
|
|
- help
|
|
|
- pyexpat module for Python.
|
|
|
-
|
|
|
config BR2_PACKAGE_PYTHON_READLINE
|
|
|
select BR2_PACKAGE_READLINE
|
|
|
bool "readline"
|
|
@@ -114,6 +108,12 @@ config BR2_PACKAGE_PYTHON_SQLITE
|
|
|
help
|
|
|
SQLite database support
|
|
|
|
|
|
+config BR2_PACKAGE_PYTHON_PYEXPAT
|
|
|
+ select BR2_PACKAGE_EXPAT
|
|
|
+ bool "xml module"
|
|
|
+ help
|
|
|
+ pyexpat and xml libraries for Python
|
|
|
+
|
|
|
config BR2_PACKAGE_PYTHON_ZLIB
|
|
|
bool "zlib module"
|
|
|
select BR2_PACKAGE_ZLIB
|