python-Cheroot: add dependency on python-jaraco.functools

It seems to be required since 7.0.0 and went by unnoticed.
This commit is contained in:
Aluísio Augusto Silva Gonçalves 2019-11-19 09:14:07 -03:00 committed by Helmut Pozimski
parent f26a1c84b0
commit 80393cd8d6

View file

@ -1,14 +1,14 @@
# Template file for 'python-Cheroot' # Template file for 'python-Cheroot'
pkgname=python-Cheroot pkgname=python-Cheroot
version=8.2.1 version=8.2.1
revision=1 revision=2
archs=noarch archs=noarch
wrksrc="cheroot-${version}" wrksrc="cheroot-${version}"
build_style=python-module build_style=python-module
pycompile_module="cheroot" pycompile_module="cheroot"
hostmakedepends="python-setuptools python3-setuptools" hostmakedepends="python-setuptools python3-setuptools"
depends="python-setuptools python-six python-more-itertools depends="python-setuptools python-six python-more-itertools
python-backports.functools_lru_cache" python-backports.functools_lru_cache python-jaraco.functools"
short_desc="High-performance, pure-Python HTTP server (Python2)" short_desc="High-performance, pure-Python HTTP server (Python2)"
maintainer="bra1nwave <brainwave@openmailbox.org>" maintainer="bra1nwave <brainwave@openmailbox.org>"
license="BSD-3-Clause" license="BSD-3-Clause"
@ -33,7 +33,8 @@ post_install() {
python3-Cheroot_package() { python3-Cheroot_package() {
archs=noarch archs=noarch
pycompile_module="cheroot" pycompile_module="cheroot"
depends="python3-setuptools python3-six python3-more-itertools" depends="python3-setuptools python3-six python3-more-itertools
python3-jaraco.functools"
alternatives="cheroot:cheroot:/usr/bin/cheroot3" alternatives="cheroot:cheroot:/usr/bin/cheroot3"
short_desc="${short_desc/Python2/Python3}" short_desc="${short_desc/Python2/Python3}"
pkg_install() { pkg_install() {