python-tmuxp: add python-setuptools as runtime dependency
This commit is contained in:
parent
e6dc943796
commit
d3c1e1f54d
@ -1,13 +1,13 @@
|
||||
# Template file for 'python-tmuxp'
|
||||
pkgname=python-tmuxp
|
||||
version=1.4.2
|
||||
revision=1
|
||||
revision=2
|
||||
noarch=yes
|
||||
wrksrc="tmuxp-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="tmuxp"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python python-colorama python-click python-kaptan python-libtmux"
|
||||
depends="python python-setuptools python-colorama python-click python-kaptan python-libtmux"
|
||||
short_desc="Session manager for tmux"
|
||||
maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
|
||||
license="MIT"
|
||||
@ -30,7 +30,7 @@ post_install() {
|
||||
python3-tmuxp_package() {
|
||||
noarch=yes
|
||||
pycompile_module="tmuxp"
|
||||
depends="python3 python3-colorama python3-click python3-kaptan python3-libtmux"
|
||||
depends="python3 python3-setuptools python3-colorama python3-click python3-kaptan python3-libtmux"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
alternatives="tmuxp:tmuxp:/usr/bin/tmuxp3"
|
||||
pkg_install() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user