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
This commit is contained in:
Andrew Walker
2026-01-06 09:14:46 -06:00
committed by GitHub
parent 62832ebdae
commit 7b2c5e31c6

View File

@@ -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