From afc59aa12c9b006a924b9fe79b5f3207f269e253 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:13 -0400 Subject: [PATCH] pylint: rebuild for Python 3.9 --- srcpkgs/pylint/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/pylint/template b/srcpkgs/pylint/template index c882b1f293a..0ad14768d94 100644 --- a/srcpkgs/pylint/template +++ b/srcpkgs/pylint/template @@ -1,7 +1,7 @@ # Template file for 'pylint' pkgname=pylint version=2.6.0 -revision=2 +revision=3 wrksrc="pylint-${version}" build_style=python3-module hostmakedepends="python3-setuptools"