File fix-build.patch of Package python-kmod
--- a/kmod/_libkmod_h.pxd
+++ b/kmod/_libkmod_h.pxd
@@ -28,7 +28,7 @@ cdef extern from 'stdbool.h':
pass
-cdef extern from 'libkmod.h':
+cdef extern from 'kmod/libkmod.h':
# library user context - reads the config and system
# environment, user variables, allows custom logging
cdef struct kmod_ctx: