python3-pipx: add missing dependency

Close: #24947
This commit is contained in:
Dominic Monroe 2020-09-16 21:09:33 +01:00 committed by Đoàn Trần Công Danh
parent 6335ec8d16
commit 3b3dc95fb7

View file

@ -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 <leah@vuxu.org>"
license="MIT"