File cpython-link.patch of Package python-opencc
--- src/py_opencc.cpp.orig 2023-09-22 12:36:14.444451980 +0800 +++ src/py_opencc.cpp 2023-09-20 11:17:01.000000000 +0800 @@ -16,7 +16,7 @@ * limitations under the License. */ -#include "opencc.h" +#include <opencc/opencc.h> #include <pybind11/pybind11.h> namespace py = pybind11;