gitea deps
This commit is contained in:
@ -13,6 +13,7 @@ deps=(
|
||||
'maturin'
|
||||
'python'
|
||||
)
|
||||
|
||||
build_deps=(
|
||||
'bzip2'
|
||||
'libgcc'
|
||||
@ -26,6 +27,19 @@ build_deps=(
|
||||
'rust'
|
||||
)
|
||||
|
||||
build_deps_almalinux=(
|
||||
'bzip2'
|
||||
'libgcc'
|
||||
'git'
|
||||
'glibc'
|
||||
'python3-build'
|
||||
'python3-installer'
|
||||
'python3-setuptools'
|
||||
'python3-setuptools-rust'
|
||||
'python3.12-wheel'
|
||||
'rust'
|
||||
)
|
||||
|
||||
options=(!lto)
|
||||
sources=("https://github.com/PyO3/maturin/archive/v$version/maturin-v$version.tar.gz")
|
||||
checksums=('SKIP')
|
||||
|
Reference in New Issue
Block a user