Skip to content

Import Python Module from github.com/dfaure/PyKOpeningHours

David Faure requested to merge work/dfaure/python_module into master

pip install . builds the python module (after building KOpeningHours as a static library, with only the validator enabled)

When using cmake, -DNO_PYTHON_MODULE can be used to avoid an unwanted python dependency in a distro package, even if boost::python happens to be present.

Merge request reports