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