mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 06:36:34 +00:00
python: fix kconfig dependencies for extension modules
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
0f157e0cb9
commit
8afc339757
@ -35,6 +35,7 @@ comment "The following modules are unusual or require extra libraries"
|
|||||||
|
|
||||||
config BR2_PACKAGE_PYTHON_BSDDB
|
config BR2_PACKAGE_PYTHON_BSDDB
|
||||||
depends on BR2_PACKAGE_PYTHON
|
depends on BR2_PACKAGE_PYTHON
|
||||||
|
select BR2_PACKAGE_BERKELEYDB
|
||||||
bool "bsddb module"
|
bool "bsddb module"
|
||||||
help
|
help
|
||||||
bsddb module for Python.
|
bsddb module for Python.
|
||||||
@ -48,6 +49,7 @@ config BR2_PACKAGE_PYTHON_CODECSCJK
|
|||||||
|
|
||||||
config BR2_PACKAGE_PYTHON_CURSES
|
config BR2_PACKAGE_PYTHON_CURSES
|
||||||
depends on BR2_PACKAGE_PYTHON
|
depends on BR2_PACKAGE_PYTHON
|
||||||
|
select BR2_PACKAGE_NCURSES
|
||||||
bool "curses module"
|
bool "curses module"
|
||||||
help
|
help
|
||||||
curses module for Python.
|
curses module for Python.
|
||||||
@ -66,12 +68,14 @@ config BR2_PACKAGE_PYTHON_NIS
|
|||||||
|
|
||||||
config BR2_PACKAGE_PYTHON_PYEXPAT
|
config BR2_PACKAGE_PYTHON_PYEXPAT
|
||||||
depends on BR2_PACKAGE_PYTHON
|
depends on BR2_PACKAGE_PYTHON
|
||||||
|
select BR2_PACKAGE_EXPAT
|
||||||
bool "pyexpat"
|
bool "pyexpat"
|
||||||
help
|
help
|
||||||
pyexpat module for Python.
|
pyexpat module for Python.
|
||||||
|
|
||||||
config BR2_PACKAGE_PYTHON_READLINE
|
config BR2_PACKAGE_PYTHON_READLINE
|
||||||
depends on BR2_PACKAGE_PYTHON
|
depends on BR2_PACKAGE_PYTHON
|
||||||
|
select BR2_PACKAGE_READLINE
|
||||||
bool "readline"
|
bool "readline"
|
||||||
help
|
help
|
||||||
readline module for Python (required for command-line
|
readline module for Python (required for command-line
|
||||||
@ -79,12 +83,14 @@ config BR2_PACKAGE_PYTHON_READLINE
|
|||||||
|
|
||||||
config BR2_PACKAGE_PYTHON_SSL
|
config BR2_PACKAGE_PYTHON_SSL
|
||||||
depends on BR2_PACKAGE_PYTHON
|
depends on BR2_PACKAGE_PYTHON
|
||||||
|
select BR2_PACKAGE_OPENSSL
|
||||||
bool "ssl"
|
bool "ssl"
|
||||||
help
|
help
|
||||||
_ssl module for Python (required for https in urllib etc).
|
_ssl module for Python (required for https in urllib etc).
|
||||||
|
|
||||||
config BR2_PACKAGE_PYTHON_TKINTER
|
config BR2_PACKAGE_PYTHON_TKINTER
|
||||||
depends on BR2_PACKAGE_PYTHON
|
depends on BR2_PACKAGE_PYTHON
|
||||||
|
select BR2_PACKAGE_TCL
|
||||||
bool "tkinter module"
|
bool "tkinter module"
|
||||||
help
|
help
|
||||||
tkinter module for Python.
|
tkinter module for Python.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user