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:
parent
f26a1c84b0
commit
80393cd8d6
@ -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 <brainwave@openmailbox.org>"
|
||||
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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user