mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-termcolor: use setuptools
This commit is contained in:
parent
2ace6fe5f2
commit
fffb2e0c24
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue