From 903f664d1a0b0be2bdbabba5c7f7e63cc4892959 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... Close: #24774 --- srcpkgs/pylint/template | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/srcpkgs/pylint/template b/srcpkgs/pylint/template index 20f70825470..c882b1f293a 100644 --- a/srcpkgs/pylint/template +++ b/srcpkgs/pylint/template @@ -1,16 +1,14 @@ # 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 " +maintainer="Orphaned " license="GPL-2.0-or-later" homepage="http://www.pylint.org/" distfiles="${PYPI_SITE}/p/pylint/pylint-${version}.tar.gz"