From dc1f809603e8a9b6a8e5750a66d84d53bdbbb435 Mon Sep 17 00:00:00 2001 From: Cameron Nemo Date: Tue, 8 Sep 2020 22:22:50 -0700 Subject: [PATCH] pylint: depend on python3-toml pls check for new dependencies on updates... --- srcpkgs/pylint/template | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/srcpkgs/pylint/template b/srcpkgs/pylint/template index 20f70825470..423462e43dc 100644 --- a/srcpkgs/pylint/template +++ b/srcpkgs/pylint/template @@ -1,13 +1,11 @@ # Template file for 'pylint' pkgname=pylint version=2.6.0 -revision=1 -archs=noarch +revision=2 wrksrc="pylint-${version}" build_style=python3-module -pycompile_module="pylint" hostmakedepends="python3-setuptools" -depends="python3-astroid python3-six python3-isort python3-mccabe" +depends="python3-astroid python3-six python3-isort python3-mccabe python3-toml" checkdepends="python3-astroid python3-isort python3-mccabe python3-pytest python3-toml" short_desc="Python code static checker" maintainer="Alessio Sergi "