1config BR2_PACKAGE_PYTHON_PUDB 2 bool "python-pudb" 3 depends on BR2_PACKAGE_PYTHON3 4 select BR2_PACKAGE_PYTHON_URWID # runtime 5 select BR2_PACKAGE_PYTHON_JEDI # runtime 6 select BR2_PACKAGE_PYTHON_PYGMENTS # runtime 7 select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime 8 select BR2_PACKAGE_PYTHON3_CURSES # runtime 9 help 10 A full-screen, console-based Python debugger. 11 12 https://github.com/inducer/pudb 13