mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
python3-cli-ui: Add missing dependencies
This commit is contained in:
parent
d5f5425382
commit
a73acedc61
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'python3-cli-ui'
|
# Template file for 'python3-cli-ui'
|
||||||
pkgname=python3-cli-ui
|
pkgname=python3-cli-ui
|
||||||
version=0.9.1
|
version=0.9.1
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="python-cli-ui-${version}"
|
wrksrc="python-cli-ui-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="cli_ui"
|
pycompile_module="cli_ui"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3"
|
depends="python3-colorama python3-tabulate python3-Unidecode"
|
||||||
short_desc="Tools for better command line interfaces"
|
short_desc="Tools for better command line interfaces"
|
||||||
maintainer="Nathan Owens <ndowens04@gmail.com>"
|
maintainer="Nathan Owens <ndowens04@gmail.com>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
|
|
Loading…
Add table
Reference in a new issue