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