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")