python3-userpath: add missing click dep

This commit is contained in:
Dominic Monroe 2019-12-26 10:27:18 +00:00 committed by Juan RP
parent 515007cc8d
commit 9ecf4d14aa
1 changed files with 2 additions and 2 deletions

View File

@ -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"