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

View file

@ -1,13 +1,13 @@
# Template file for 'python3-userpath' # Template file for 'python3-userpath'
pkgname=python3-userpath pkgname=python3-userpath
version=1.3.0 version=1.3.0
revision=2 revision=3
archs=noarch archs=noarch
wrksrc="userpath-${version}" wrksrc="userpath-${version}"
build_style=python3-module build_style=python3-module
pycompile_module="userpath" pycompile_module="userpath"
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3-distro" depends="python3-distro python3-click"
short_desc="Cross-platform tool for adding locations to the user PATH" short_desc="Cross-platform tool for adding locations to the user PATH"
maintainer="Leah Neukirchen <leah@vuxu.org>" maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MIT, Apache-2.0" license="MIT, Apache-2.0"