Added missing package dependencies related to fs-operations (#2792)

This commit is contained in:
Anton Hvornum 2024-11-09 10:01:25 +01:00 committed by GitHub
parent 9951c90bf9
commit 4a9aca2f78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -27,6 +27,11 @@ depends=(
'python-simple-term-menu'
'systemd'
'util-linux'
'xfsprogs'
'lvm2'
'f2fs-tools'
'ntfs-3g'
'reiserfsprogs'
)
makedepends=(
'python-setuptools'