mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
python3: move "select" after "bool" in Config.in
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
5d4bdb2726
commit
01b8d67c50
@ -40,8 +40,8 @@ menu "core python3 modules"
|
|||||||
comment "The following modules are unusual or require extra libraries"
|
comment "The following modules are unusual or require extra libraries"
|
||||||
|
|
||||||
config BR2_PACKAGE_PYTHON3_BZIP2
|
config BR2_PACKAGE_PYTHON3_BZIP2
|
||||||
select BR2_PACKAGE_BZIP2
|
|
||||||
bool "bz2 module"
|
bool "bz2 module"
|
||||||
|
select BR2_PACKAGE_BZIP2
|
||||||
help
|
help
|
||||||
bzip2 module for Python3
|
bzip2 module for Python3
|
||||||
|
|
||||||
@ -51,14 +51,14 @@ config BR2_PACKAGE_PYTHON3_CODECSCJK
|
|||||||
Chinese/Japanese/Korean codecs module for Python (large).
|
Chinese/Japanese/Korean codecs module for Python (large).
|
||||||
|
|
||||||
config BR2_PACKAGE_PYTHON3_CURSES
|
config BR2_PACKAGE_PYTHON3_CURSES
|
||||||
select BR2_PACKAGE_NCURSES
|
|
||||||
bool "curses module"
|
bool "curses module"
|
||||||
|
select BR2_PACKAGE_NCURSES
|
||||||
help
|
help
|
||||||
curses module for Python3.
|
curses module for Python3.
|
||||||
|
|
||||||
config BR2_PACKAGE_PYTHON3_DECIMAL
|
config BR2_PACKAGE_PYTHON3_DECIMAL
|
||||||
select BR2_PACKAGE_MPDECIMAL
|
|
||||||
bool "decimal module"
|
bool "decimal module"
|
||||||
|
select BR2_PACKAGE_MPDECIMAL
|
||||||
help
|
help
|
||||||
decimal module for Python3.
|
decimal module for Python3.
|
||||||
|
|
||||||
@ -68,15 +68,15 @@ config BR2_PACKAGE_PYTHON3_OSSAUDIODEV
|
|||||||
ossaudiodev module for Python3.
|
ossaudiodev module for Python3.
|
||||||
|
|
||||||
config BR2_PACKAGE_PYTHON3_READLINE
|
config BR2_PACKAGE_PYTHON3_READLINE
|
||||||
select BR2_PACKAGE_READLINE
|
|
||||||
bool "readline"
|
bool "readline"
|
||||||
|
select BR2_PACKAGE_READLINE
|
||||||
help
|
help
|
||||||
readline module for Python3 (required for command-line
|
readline module for Python3 (required for command-line
|
||||||
editing in the Python shell).
|
editing in the Python shell).
|
||||||
|
|
||||||
config BR2_PACKAGE_PYTHON3_SSL
|
config BR2_PACKAGE_PYTHON3_SSL
|
||||||
select BR2_PACKAGE_OPENSSL
|
|
||||||
bool "ssl"
|
bool "ssl"
|
||||||
|
select BR2_PACKAGE_OPENSSL
|
||||||
help
|
help
|
||||||
_ssl module for Python3 (required for https in urllib etc).
|
_ssl module for Python3 (required for https in urllib etc).
|
||||||
|
|
||||||
@ -93,8 +93,8 @@ config BR2_PACKAGE_PYTHON3_SQLITE
|
|||||||
SQLite database support
|
SQLite database support
|
||||||
|
|
||||||
config BR2_PACKAGE_PYTHON3_PYEXPAT
|
config BR2_PACKAGE_PYTHON3_PYEXPAT
|
||||||
select BR2_PACKAGE_EXPAT
|
|
||||||
bool "xml module"
|
bool "xml module"
|
||||||
|
select BR2_PACKAGE_EXPAT
|
||||||
help
|
help
|
||||||
pyexpat and xml libraries for Python3.
|
pyexpat and xml libraries for Python3.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user