python-tmuxp: add python-setuptools as runtime dependency
This commit is contained in:
parent
e6dc943796
commit
d3c1e1f54d
1 changed files with 3 additions and 3 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'python-tmuxp'
|
# Template file for 'python-tmuxp'
|
||||||
pkgname=python-tmuxp
|
pkgname=python-tmuxp
|
||||||
version=1.4.2
|
version=1.4.2
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="tmuxp-${version}"
|
wrksrc="tmuxp-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="tmuxp"
|
pycompile_module="tmuxp"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
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"
|
short_desc="Session manager for tmux"
|
||||||
maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
|
maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
@ -30,7 +30,7 @@ post_install() {
|
||||||
python3-tmuxp_package() {
|
python3-tmuxp_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
pycompile_module="tmuxp"
|
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}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
alternatives="tmuxp:tmuxp:/usr/bin/tmuxp3"
|
alternatives="tmuxp:tmuxp:/usr/bin/tmuxp3"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue