python3-cjkwrap: add missing python3 dependency

This commit is contained in:
Michal Vasilek 2022-01-05 00:53:03 +01:00
parent 320a0c101f
commit 16ce78d3d6

View file

@ -1,11 +1,12 @@
# Template file for 'python3-cjkwrap'
pkgname=python3-cjkwrap
version=2.2
revision=4
revision=5
wrksrc="cjkwrap-v${version}"
build_style=python3-module
pycompile_module="cjkwrap.py"
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Library for wrapping and filling UTF-8 CJK text"
maintainer="Nathan Owens <ndowens04@gmail.com>"
license="GPL-3.0-only, LGPL-3.0-only, Python-2.0"