1config BR2_PACKAGE_PYTHON_PYBIND_EXAMPLE
2	bool "python-pybind-example"
3	depends on BR2_PACKAGE_PYTHON3
4	select BR2_PACKAGE_PYTHON_PYBIND
5	help
6	  This test creates a cpp macro later used on target in python
7