python-wcwidth: update depends

This commit is contained in:
Piotr Wójcik 2020-09-26 18:19:19 +02:00
parent c46a83ad5a
commit 259ccac8f7

View file

@ -1,11 +1,11 @@
# Template file for 'python-wcwidth' # Template file for 'python-wcwidth'
pkgname=python-wcwidth pkgname=python-wcwidth
version=0.2.5 version=0.2.5
revision=1 revision=2
wrksrc="wcwidth-${version}" wrksrc="wcwidth-${version}"
build_style=python-module build_style=python-module
hostmakedepends="python-setuptools python3-setuptools" hostmakedepends="python-setuptools python3-setuptools"
depends="python" depends="python-backports.functools_lru_cache"
short_desc="Measures no. of terminal column cells of wide-character codes (Python2)" short_desc="Measures no. of terminal column cells of wide-character codes (Python2)"
maintainer="Alessio Sergi <al3hex@gmail.com>" maintainer="Alessio Sergi <al3hex@gmail.com>"
license="MIT" license="MIT"