xref: /OK3568_Linux_fs/buildroot/package/python-pudb/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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