New comment by classabbyamp on void-packages repository https://github.com/void-linux/void-packages/pull/37569#issuecomment-1156645108 Comment: weird: ``` $ xi python3-pybind11 $ tree /usr/lib/python3.10/site-packages/pybind11/{include,share} /usr/lib/python3.10/site-packages/pybind11/include └── pybind11 ├── attr.h ├── buffer_info.h ├── cast.h ├── chrono.h ├── common.h ├── complex.h ├── detail │   ├── class.h │   ├── common.h │   ├── descr.h │   ├── init.h │   ├── internals.h │   ├── type_caster_base.h │   └── typeid.h ├── eigen.h ├── embed.h ├── eval.h ├── functional.h ├── gil.h ├── iostream.h ├── numpy.h ├── operators.h ├── options.h ├── pybind11.h ├── pytypes.h ├── stl │   └── filesystem.h ├── stl.h └── stl_bind.h /usr/lib/python3.10/site-packages/pybind11/share └── cmake └── pybind11 ├── FindPythonLibsNew.cmake ├── pybind11Common.cmake ├── pybind11Config.cmake ├── pybind11ConfigVersion.cmake ├── pybind11NewTools.cmake ├── pybind11Targets.cmake └── pybind11Tools.cmake 2 directories, 7 files ``` and `xls python3-pybind11` shows those files too