python3-pipx: Add missing setuptools dependency

This commit is contained in:
Dominic Monroe 2019-12-26 10:27:54 +00:00 committed by Juan RP
parent 9ecf4d14aa
commit cfba21bc03

View file

@ -1,13 +1,13 @@
# Template file for 'python3-pipx' # Template file for 'python3-pipx'
pkgname=python3-pipx pkgname=python3-pipx
version=0.14.0.0 version=0.14.0.0
revision=2 revision=3
archs=noarch archs=noarch
wrksrc="pipx-${version}" wrksrc="pipx-${version}"
build_style=python3-module build_style=python3-module
pycompile_module="pipx" pycompile_module="pipx"
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3-argcomplete python3-userpath" depends="python3-argcomplete python3-userpath python3-setuptools"
short_desc="Install and Run Python Applications in Isolated Environments" short_desc="Install and Run Python Applications in Isolated Environments"
maintainer="Leah Neukirchen <leah@vuxu.org>" maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MIT" license="MIT"