1config BR2_PACKAGE_PYTHON_OUTCOME
2	bool "python-outcome"
3	select BR2_PACKAGE_PYTHON_ATTRS # runtime
4	help
5	  Capture the outcome of Python function calls.
6
7	  https://github.com/python-trio/outcome
8