7165965fe5
Drop no longer required setuptools runtime dependency. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 lines
161 B
Plaintext
8 lines
161 B
Plaintext
config BR2_PACKAGE_PYTHON_IPDB
|
|
bool "python-ipdb"
|
|
select BR2_PACKAGE_PYTHON_IPYTHON # runtime
|
|
help
|
|
IPython-enabled pdb.
|
|
|
|
https://github.com/gotcha/ipdb
|