bundle.pybind.specs.pkgconfig¶
Classes¶
This class defines the configuration options for the pkg-config dependency of a pybind11 extension module. |
Module Contents¶
- class bundle.pybind.specs.pkgconfig.PkgConfigSpec(/, **data: Any)[source]¶
Bases:
bundle.core.data.DataThis class defines the configuration options for the pkg-config dependency of a pybind11 extension module. .. attribute:: packages
A list of package names to be resolved using pkg-config.
- type:
list[str]