From efe61f44596151227a8309455e8c66978a5d154c 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=D1=8B=D1=87=D0=AA=20=D0=A5=D1=80=D0=B0=D0=BC=D0=BE?= =?UTF-8?q?=D0=B2?= Date: Thu, 12 Feb 2026 17:32:27 +0300 Subject: [PATCH] python3-pyyaml 6.0.2-6 --- python3-pyyaml/alr.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python3-pyyaml/alr.sh b/python3-pyyaml/alr.sh index e0177f3..54d998d 100644 --- a/python3-pyyaml/alr.sh +++ b/python3-pyyaml/alr.sh @@ -1,6 +1,6 @@ name='python3-pyyaml' version='6.0.2' -release='5' +release='6' desc='YAML parser and emitter for Python' desc_ru='Библиотека Python для парсинга и генерации YAML' homepage='https://pyyaml.org/' @@ -26,24 +26,28 @@ build_deps=( 'python3-build' 'python3-installer' 'python3-cython' + 'python3-wheel' ) build_deps_alt=( 'python3' 'python3-module-build' 'python3-module-installer' 'python3-module-Cython' + 'python3-module-wheel' ) build_deps_arch=( 'python' 'python-build' 'python-installer' 'cython' + 'python-wheel' ) build_deps_debian=( 'python3' 'python3-build' 'python3-installer' 'cython3' + 'python3-wheel' ) build_deps_fedora=("${build_deps[@]}") build_deps_redos=("${build_deps[@]}") @@ -54,6 +58,7 @@ build_deps_alpine=( 'py3-build' 'py3-installer' 'py3-cython' + 'py3-wheel' ) sources=("https://files.pythonhosted.org/packages/source/p/PyYAML/pyyaml-6.0.2.tar.gz")