diff --git a/srcpkgs/python-Cheroot/template b/srcpkgs/python-Cheroot/template index 328bcb9cddd..8ee1b4d58de 100644 --- a/srcpkgs/python-Cheroot/template +++ b/srcpkgs/python-Cheroot/template @@ -1,14 +1,14 @@ # Template file for 'python-Cheroot' pkgname=python-Cheroot version=8.2.1 -revision=1 +revision=2 archs=noarch wrksrc="cheroot-${version}" build_style=python-module pycompile_module="cheroot" hostmakedepends="python-setuptools python3-setuptools" 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)" maintainer="bra1nwave " license="BSD-3-Clause" @@ -33,7 +33,8 @@ post_install() { python3-Cheroot_package() { archs=noarch 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" short_desc="${short_desc/Python2/Python3}" pkg_install() {