From d3c1e1f54d126c55e5636c9289c0eeb70c1d8878 Mon Sep 17 00:00:00 2001 From: Alexander Egorenkov Date: Mon, 3 Dec 2018 17:37:36 +0100 Subject: [PATCH] python-tmuxp: add python-setuptools as runtime dependency --- srcpkgs/python-tmuxp/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python-tmuxp/template b/srcpkgs/python-tmuxp/template index 2589528de42..7db1b144be7 100644 --- a/srcpkgs/python-tmuxp/template +++ b/srcpkgs/python-tmuxp/template @@ -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 " 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() {