mirror of
https://github.com/truenas/scale-build.git
synced 2026-02-14 23:18:59 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user