diff --git a/srcpkgs/python3-pipx/template b/srcpkgs/python3-pipx/template index 77f215ac8c..b1b4454ec8 100644 --- a/srcpkgs/python3-pipx/template +++ b/srcpkgs/python3-pipx/template @@ -1,11 +1,11 @@ # Template file for 'python3-pipx' pkgname=python3-pipx version=0.16.1.0 -revision=1 +revision=2 wrksrc="pipx-${version}" build_style=python3-module hostmakedepends="python3-setuptools" -depends="python3-argcomplete python3-userpath python3-setuptools python3-packaging" +depends="python3-argcomplete python3-colorama python3-userpath python3-setuptools python3-packaging" short_desc="Install and Run Python Applications in Isolated Environments" maintainer="Leah Neukirchen " license="MIT"