From e6d67d5d580272cfec799c13dbb5ab4da097ce1d 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=28=D0=A5?= =?UTF-8?q?=D1=80=D0=B0=D0=BC=D1=8B=D1=87=D0=AA=29=20=D0=A5=D1=80=D0=B0?= =?UTF-8?q?=D0=BC=D0=BE=D0=B2?= Date: Sat, 5 Apr 2025 13:10:20 +0300 Subject: [PATCH] poetry 2.1.2-3 --- poetry/alr.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/poetry/alr.sh b/poetry/alr.sh index 7fd6dc5..6a6a6ab 100644 --- a/poetry/alr.sh +++ b/poetry/alr.sh @@ -1,6 +1,6 @@ name='poetry' version='2.1.2' -release='2' +release='3' desc='Python dependency management and packaging made easy.' homepage='https://python-poetry.org' maintainer='Евгений Храмов ' @@ -15,6 +15,7 @@ deps_alpine=("python3") build_deps=("python3" "python3-pip" "python3-build") build_deps_arch=("python" "python-pip" "python-build") +build_deps_almalinux=("python3" "python3-pip") build_deps_alpine=("python3" "py3-pip" "py3-build") sources=("https://files.pythonhosted.org/packages/source/p/poetry/poetry-2.1.2.tar.gz")