From 49b27c2922d13337e5d53dd54d01ad6dfe78f56b Mon Sep 17 00:00:00 2001 From: Andrew Walker Date: Tue, 6 Jan 2026 11:38:07 -0600 Subject: [PATCH] Change up build dependency for truenas_pyos (#971) During compile-time we need access to proper /usr/include/linux for our kernel. --- conf/build.manifest | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/build.manifest b/conf/build.manifest index df053eb..a434d58 100644 --- a/conf/build.manifest +++ b/conf/build.manifest @@ -487,6 +487,8 @@ sources: - name: truenas_pyos repo: https://github.com/truenas/truenas_pyos branch: master + explicit_deps: + - kernel - name: truenas_pwenc repo: https://github.com/truenas/truenas_pwenc branch: master