mirror of
https://github.com/truenas/scale-build.git
synced 2026-02-15 07:29:12 +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
|
install_recommends: true
|
||||||
- name: python3-truenas-pykeyring
|
- name: python3-truenas-pykeyring
|
||||||
install_recommends: true
|
install_recommends: true
|
||||||
|
- name: python3-truenas-pyos
|
||||||
|
install_recommends: true
|
||||||
- name: python3-truenas-pwenc
|
- name: python3-truenas-pwenc
|
||||||
install_recommends: true
|
install_recommends: true
|
||||||
- name: python3-truenas-pyscstadmin
|
- name: python3-truenas-pyscstadmin
|
||||||
@@ -482,6 +484,9 @@ sources:
|
|||||||
- name: truenas_pykeyring
|
- name: truenas_pykeyring
|
||||||
repo: https://github.com/truenas/truenas_pykeyring
|
repo: https://github.com/truenas/truenas_pykeyring
|
||||||
branch: master
|
branch: master
|
||||||
|
- name: truenas_pyos
|
||||||
|
repo: https://github.com/truenas/truenas_pyos
|
||||||
|
branch: master
|
||||||
- name: truenas_pwenc
|
- name: truenas_pwenc
|
||||||
repo: https://github.com/truenas/truenas_pwenc
|
repo: https://github.com/truenas/truenas_pwenc
|
||||||
branch: master
|
branch: master
|
||||||
|
|||||||
Reference in New Issue
Block a user