From 9ecf4d14aa8be70b424f9dc4cb01d7369677fde5 Mon Sep 17 00:00:00 2001 From: Dominic Monroe Date: Thu, 26 Dec 2019 10:27:18 +0000 Subject: [PATCH] python3-userpath: add missing click dep --- srcpkgs/python3-userpath/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-userpath/template b/srcpkgs/python3-userpath/template index 339a2cb133a..500cc2883c3 100644 --- a/srcpkgs/python3-userpath/template +++ b/srcpkgs/python3-userpath/template @@ -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 " license="MIT, Apache-2.0"