gitea deps
This commit is contained in:
parent
992e189721
commit
030f4aec81
@ -29,7 +29,19 @@ build_deps=(
|
||||
'rust'
|
||||
'openssl-devel'
|
||||
)
|
||||
|
||||
build_deps_almalinux=(
|
||||
'bzip2'
|
||||
'libgcc'
|
||||
'git'
|
||||
'glibc'
|
||||
'python3-build'
|
||||
'python3-installer'
|
||||
'python3-setuptools'
|
||||
'python3-setuptools-rust'
|
||||
'python3-setuptools-wheel'
|
||||
'rust'
|
||||
'openssl-devel'
|
||||
)
|
||||
options=(!lto)
|
||||
sources=("https://github.com/PyO3/maturin/archive/v$version/$name-v$version.tar.gz")
|
||||
checksums=('SKIP')
|
||||
|
@ -25,7 +25,7 @@ build_deps_almalinux=(
|
||||
'python3-build'
|
||||
'python3-devel'
|
||||
'python3-installer'
|
||||
'python3.12-wheel'
|
||||
'python3-setuptools-wheel'
|
||||
)
|
||||
#opt_deps=(
|
||||
# 'python3-pandas'
|
||||
|
@ -36,7 +36,7 @@ build_deps_almalinux=(
|
||||
'python3-installer'
|
||||
'python3-setuptools'
|
||||
'python3-setuptools-rust'
|
||||
'python3.12-wheel'
|
||||
'python3-setuptools-wheel'
|
||||
'rust'
|
||||
)
|
||||
|
||||
|
@ -29,7 +29,7 @@ build_deps_almalinux=(
|
||||
'python3-build'
|
||||
'python3-installer'
|
||||
'python3-maturin'
|
||||
'python3.12-wheel'
|
||||
'python3-setuptools-wheel'
|
||||
'python3-babel'
|
||||
'python3-freezegun'
|
||||
'python3-pytest'
|
||||
|
Loading…
Reference in New Issue
Block a user