0692fb12f8
Fix the following build failure raised since commit
1c10095945
:
WARNING: unmet direct dependencies detected for BR2_PACKAGE_PYTHON_URWID
Depends on [n]: (BR2_PACKAGE_PYTHON [=n] || BR2_PACKAGE_PYTHON3 [=y]) && BR2_PACAKGE_PYTHON3
Selected by [y]:
- BR2_PACKAGE_PYTHON_CONFIGSHELL_FB [=y] && (BR2_PACKAGE_PYTHON [=n] || BR2_PACKAGE_PYTHON3 [=y]) && BR2_PACKAGE_PYTHON3 [=y]
Fixes:
- No autobuilder failures
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
8 lines
169 B
Plaintext
8 lines
169 B
Plaintext
config BR2_PACKAGE_PYTHON_URWID
|
|
bool "python-urwid"
|
|
depends on BR2_PACKAGE_PYTHON3
|
|
help
|
|
Urwid is a console user interface library for Python
|
|
|
|
http://urwid.org/
|