python3-pipx: Add missing setuptools dependency
This commit is contained in:
parent
9ecf4d14aa
commit
cfba21bc03
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'python3-pipx'
|
||||
pkgname=python3-pipx
|
||||
version=0.14.0.0
|
||||
revision=2
|
||||
revision=3
|
||||
archs=noarch
|
||||
wrksrc="pipx-${version}"
|
||||
build_style=python3-module
|
||||
pycompile_module="pipx"
|
||||
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"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="MIT"
|
||||
|
|
Loading…
Reference in New Issue
Block a user