From 030f4aec817a4d4e3e1fd2dee4a7f593f4ad46d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=A5=D1=80?= =?UTF-8?q?=D0=B0=D0=BC=D0=BE=D0=B2?= Date: Mon, 30 Sep 2024 19:17:36 +0300 Subject: [PATCH] gitea deps --- maturin/alr.sh | 14 +++++++++++++- python3-clevercsv/alr.sh | 2 +- python3-maturin/alr.sh | 2 +- python3-pendulum/alr.sh | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/maturin/alr.sh b/maturin/alr.sh index 028c852..d1f0990 100644 --- a/maturin/alr.sh +++ b/maturin/alr.sh @@ -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') diff --git a/python3-clevercsv/alr.sh b/python3-clevercsv/alr.sh index 80a23f9..823fe9c 100644 --- a/python3-clevercsv/alr.sh +++ b/python3-clevercsv/alr.sh @@ -25,7 +25,7 @@ build_deps_almalinux=( 'python3-build' 'python3-devel' 'python3-installer' - 'python3.12-wheel' + 'python3-setuptools-wheel' ) #opt_deps=( # 'python3-pandas' diff --git a/python3-maturin/alr.sh b/python3-maturin/alr.sh index 87e458f..870282d 100644 --- a/python3-maturin/alr.sh +++ b/python3-maturin/alr.sh @@ -36,7 +36,7 @@ build_deps_almalinux=( 'python3-installer' 'python3-setuptools' 'python3-setuptools-rust' - 'python3.12-wheel' + 'python3-setuptools-wheel' 'rust' ) diff --git a/python3-pendulum/alr.sh b/python3-pendulum/alr.sh index 4422f8c..0b93714 100644 --- a/python3-pendulum/alr.sh +++ b/python3-pendulum/alr.sh @@ -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'