mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
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'
|
# Template file for 'tuimoji'
|
||||||
pkgname=tuimoji
|
pkgname=tuimoji
|
||||||
version=1.0.0
|
version=1.0.0
|
||||||
revision=2
|
revision=3
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="tuimoji"
|
pycompile_module="tuimoji"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-urwid xclip"
|
depends="python3-urwid xclip python3-setuptools"
|
||||||
short_desc="Terminal based emoji chooser"
|
short_desc="Terminal based emoji chooser"
|
||||||
maintainer="travankor <travankor@tuta.io>"
|
maintainer="travankor <travankor@tuta.io>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
|
|
Loading…
Add table
Reference in a new issue