mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
python3-colorclass: add missing python3 dependency
This commit is contained in:
parent
16ce78d3d6
commit
7d27b030dd
1 changed files with 2 additions and 1 deletions
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 'python3-colorclass'
|
# Template file for 'python3-colorclass'
|
||||||
pkgname=python3-colorclass
|
pkgname=python3-colorclass
|
||||||
version=2.2.0
|
version=2.2.0
|
||||||
revision=5
|
revision=6
|
||||||
wrksrc="colorclass-${version}"
|
wrksrc="colorclass-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3"
|
||||||
checkdepends="python3-pytest python3-docopt"
|
checkdepends="python3-pytest python3-docopt"
|
||||||
short_desc="Colorful worry-free console applications"
|
short_desc="Colorful worry-free console applications"
|
||||||
maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
|
maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue