python3-cli-ui: Add missing dependencies
This commit is contained in:
parent
d5f5425382
commit
a73acedc61
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'python3-cli-ui'
|
||||
pkgname=python3-cli-ui
|
||||
version=0.9.1
|
||||
revision=1
|
||||
revision=2
|
||||
noarch=yes
|
||||
wrksrc="python-cli-ui-${version}"
|
||||
build_style=python3-module
|
||||
pycompile_module="cli_ui"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3"
|
||||
depends="python3-colorama python3-tabulate python3-Unidecode"
|
||||
short_desc="Tools for better command line interfaces"
|
||||
maintainer="Nathan Owens <ndowens04@gmail.com>"
|
||||
license="BSD-3-Clause"
|
||||
|
|
Loading…
Reference in New Issue