gitea deps

This commit is contained in:
Евгений Храмов 2024-09-30 19:17:36 +03:00
parent 992e189721
commit 030f4aec81
4 changed files with 16 additions and 4 deletions

@ -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'