1config BR2_PACKAGE_PYTHON_PYBIND
2	bool "python-pybind"
3	depends on BR2_INSTALL_LIBSTDCPP
4	help
5	  PyBind is a lightweight header-only library that exposes C++
6	  types in Python and vice versa, mainly to create Python
7	  bindings of existing C++ code.
8
9	  http://pybind11.readthedocs.org/en/master
10
11comment "python-pybind needs a toolchain w/ C++"
12	depends on !BR2_INSTALL_LIBSTDCPP
13