internal/rosa/package/python: early bootstrap variant

This avoids pulling in python's insane dependency tree into the bootstrap path.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-07-11 21:13:44 +09:00
parent cb8c9e4e68
commit 3a3d8efb1e
4 changed files with 81 additions and 10 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ cp ninja /work/system/bin/`;
};
inputs = [
python,
python-early,
bash,
];
}