Update buildroot to 2021.02.1 (#1312)

Signed-off-by: Stefan Agner <stefan@agner.ch>
This commit is contained in:
Stefan Agner
2021-04-08 15:51:24 +02:00
committed by GitHub
parent 40a705bbd3
commit aff28ce60e
411 changed files with 28197 additions and 879 deletions

View File

@@ -1,10 +1,10 @@
config BR2_PACKAGE_PYTHON_PUDB
bool "python-pudb"
depends on BR2_PACKAGE_PYTHON3 # pygments
select BR2_PACKAGE_PYTHON_URWID # runtime
select BR2_PACKAGE_PYTHON_PYGMENTS # runtime
select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
select BR2_PACKAGE_PYTHON_CURSES if BR2_PACKAGE_PYTHON # runtime
select BR2_PACKAGE_PYTHON3_CURSES if BR2_PACKAGE_PYTHON3 # runtime
select BR2_PACKAGE_PYTHON3_CURSES # runtime
help
A full-screen, console-based Python debugger.