mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
python: disable extensions where we don't have the deps in BR
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
8afc339757
commit
f9af543a25
@ -54,17 +54,17 @@ config BR2_PACKAGE_PYTHON_CURSES
|
|||||||
help
|
help
|
||||||
curses module for Python.
|
curses module for Python.
|
||||||
|
|
||||||
config BR2_PACKAGE_PYTHON_GDBM
|
# config BR2_PACKAGE_PYTHON_GDBM
|
||||||
depends on BR2_PACKAGE_PYTHON
|
# depends on BR2_PACKAGE_PYTHON
|
||||||
bool "gdbm module"
|
# bool "gdbm module"
|
||||||
help
|
# help
|
||||||
gdbm module for Python.
|
# gdbm module for Python.
|
||||||
|
|
||||||
config BR2_PACKAGE_PYTHON_NIS
|
# config BR2_PACKAGE_PYTHON_NIS
|
||||||
depends on BR2_PACKAGE_PYTHON
|
# depends on BR2_PACKAGE_PYTHON
|
||||||
bool "nis module"
|
# bool "nis module"
|
||||||
help
|
# help
|
||||||
nis module for Python.
|
# nis module for Python.
|
||||||
|
|
||||||
config BR2_PACKAGE_PYTHON_PYEXPAT
|
config BR2_PACKAGE_PYTHON_PYEXPAT
|
||||||
depends on BR2_PACKAGE_PYTHON
|
depends on BR2_PACKAGE_PYTHON
|
||||||
@ -101,4 +101,3 @@ config BR2_PACKAGE_PYTHON_UNICODEDATA
|
|||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
Unicode character database (used by stringprep module) (large).
|
Unicode character database (used by stringprep module) (large).
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user