From 7b2c5e31c6dc678c1b7125a3ee0c2ce978a1b979 Mon Sep 17 00:00:00 2001 From: Andrew Walker Date: Tue, 6 Jan 2026 09:14:46 -0600 Subject: [PATCH] Add truenas_pyos to build (#970) This commit adds a python library providing implementation of the following syscalls: * statx * statmount * listmounts * move_mount * name_to_handle_at * open_by_handle_at * openat2 --- conf/build.manifest | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/conf/build.manifest b/conf/build.manifest index a6b9d00..df053eb 100644 --- a/conf/build.manifest +++ b/conf/build.manifest @@ -109,6 +109,8 @@ base-packages: install_recommends: true - name: python3-truenas-pykeyring install_recommends: true +- name: python3-truenas-pyos + install_recommends: true - name: python3-truenas-pwenc install_recommends: true - name: python3-truenas-pyscstadmin @@ -482,6 +484,9 @@ sources: - name: truenas_pykeyring repo: https://github.com/truenas/truenas_pykeyring branch: master +- name: truenas_pyos + repo: https://github.com/truenas/truenas_pyos + branch: master - name: truenas_pwenc repo: https://github.com/truenas/truenas_pwenc branch: master