From 80393cd8d65efab4a59abcf631af464e33a6d1d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alu=C3=ADsio=20Augusto=20Silva=20Gon=C3=A7alves?= Date: Tue, 19 Nov 2019 09:14:07 -0300 Subject: [PATCH] python-Cheroot: add dependency on python-jaraco.functools It seems to be required since 7.0.0 and went by unnoticed. --- srcpkgs/python-Cheroot/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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() {