python3-termcolor: use setuptools

This commit is contained in:
Michal Vasilek 2023-01-18 22:03:06 +01:00
parent 2ace6fe5f2
commit fffb2e0c24

View file

@ -1,9 +1,9 @@
# Template file for 'python3-termcolor' # Template file for 'python3-termcolor'
pkgname=python3-termcolor pkgname=python3-termcolor
version=1.1.0 version=1.1.0
revision=10 revision=11
build_style=python3-module build_style=python3-module
hostmakedepends="python3-devel" hostmakedepends="python3-setuptools"
makedepends="${hostmakedepends}" makedepends="${hostmakedepends}"
depends="python3" depends="python3"
short_desc="Python3 ANSII Color formatting for output in terminal" short_desc="Python3 ANSII Color formatting for output in terminal"