From 765f275ae4b9385dfbb065d6089f52a8dd6327a4 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/pylint/template b/srcpkgs/pylint/template index 20f70825470..54cb749436c 100644 --- a/srcpkgs/pylint/template +++ b/srcpkgs/pylint/template @@ -1,13 +1,13 @@ # Template file for 'pylint' pkgname=pylint version=2.6.0 -revision=1 +revision=2 archs=noarch 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 "