mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
python3-cjkwrap: add missing python3 dependency
This commit is contained in:
parent
320a0c101f
commit
16ce78d3d6
1 changed files with 2 additions and 1 deletions
|
@ -1,11 +1,12 @@
|
||||||
# Template file for 'python3-cjkwrap'
|
# Template file for 'python3-cjkwrap'
|
||||||
pkgname=python3-cjkwrap
|
pkgname=python3-cjkwrap
|
||||||
version=2.2
|
version=2.2
|
||||||
revision=4
|
revision=5
|
||||||
wrksrc="cjkwrap-v${version}"
|
wrksrc="cjkwrap-v${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="cjkwrap.py"
|
pycompile_module="cjkwrap.py"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3"
|
||||||
short_desc="Library for wrapping and filling UTF-8 CJK text"
|
short_desc="Library for wrapping and filling UTF-8 CJK text"
|
||||||
maintainer="Nathan Owens <ndowens04@gmail.com>"
|
maintainer="Nathan Owens <ndowens04@gmail.com>"
|
||||||
license="GPL-3.0-only, LGPL-3.0-only, Python-2.0"
|
license="GPL-3.0-only, LGPL-3.0-only, Python-2.0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue