python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / python-pudb / Config.in
blobd4a4f73e6ad94bddb0f5b368691495922b87ae46
1 config BR2_PACKAGE_PYTHON_PUDB
2         bool "python-pudb"
3         select BR2_PACKAGE_PYTHON_URWID # runtime
4         select BR2_PACKAGE_PYTHON_PYGMENTS # runtime
5         select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
6         select BR2_PACKAGE_PYTHON_CURSES if BR2_PACKAGE_PYTHON # runtime
7         select BR2_PACKAGE_PYTHON3_CURSES if BR2_PACKAGE_PYTHON3 # runtime
8         help
9           A full-screen, console-based Python debugger.
11           https://github.com/inducer/pudb