tuimoji: add python3-setuptools to depends
tuimoji needs python3-setuptools to run. Closes: #17835 Signed-off-by: Nathan Owens <ndowens04@gmail.com>
This commit is contained in:
parent
8e3e1d3586
commit
64be4bce55
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'tuimoji'
|
||||
pkgname=tuimoji
|
||||
version=1.0.0
|
||||
revision=2
|
||||
revision=3
|
||||
archs=noarch
|
||||
build_style=python3-module
|
||||
pycompile_module="tuimoji"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-urwid xclip"
|
||||
depends="python3-urwid xclip python3-setuptools"
|
||||
short_desc="Terminal based emoji chooser"
|
||||
maintainer="travankor <travankor@tuta.io>"
|
||||
license="GPL-3.0-or-later"
|
||||
|
|
Loading…
Reference in a new issue