python3-ansiwrap: add missing python3 dependency
This commit is contained in:
parent
fa6b40e7ef
commit
0f9a7d4d01
|
@ -1,10 +1,11 @@
|
|||
# Template file for 'python3-ansiwrap'
|
||||
pkgname=python3-ansiwrap
|
||||
version=0.8.4
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc=${pkgname#*-}-${version}
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3"
|
||||
short_desc="Textwrap, but savvy to ANSI colors"
|
||||
maintainer="travankor <travankor@tuta.io>"
|
||||
license="Apache-2.0"
|
||||
|
|
Loading…
Reference in New Issue