python3-userpath: add missing click dep
This commit is contained in:
parent
515007cc8d
commit
9ecf4d14aa
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'python3-userpath'
|
||||
pkgname=python3-userpath
|
||||
version=1.3.0
|
||||
revision=2
|
||||
revision=3
|
||||
archs=noarch
|
||||
wrksrc="userpath-${version}"
|
||||
build_style=python3-module
|
||||
pycompile_module="userpath"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-distro"
|
||||
depends="python3-distro python3-click"
|
||||
short_desc="Cross-platform tool for adding locations to the user PATH"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="MIT, Apache-2.0"
|
||||
|
|
Loading…
Reference in a new issue