From 6ceb360bf59acf7002258622f0f7911be4fb5b11 Mon Sep 17 00:00:00 2001 From: Alexander Bayandin Date: Fri, 27 Dec 2019 16:44:30 +0000 Subject: [PATCH] pylint: revision bump for python@3.8 --- Formula/pylint.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Formula/pylint.rb b/Formula/pylint.rb index 621eb0c6f7..4f258588a3 100644 --- a/Formula/pylint.rb +++ b/Formula/pylint.rb @@ -5,6 +5,7 @@ class Pylint < Formula homepage "https://github.com/PyCQA/pylint" url "https://files.pythonhosted.org/packages/93/eb/851ab1d1ca6b37babd326dfa517b432963c54eda26c730353306aa0cdf4d/pylint-2.4.4.tar.gz" sha256 "3db5468ad013380e987410a8d6956226963aed94ecb5f9d3a28acca6d9ac36cd" + revision 1 bottle do cellar :any_skip_relocation @@ -13,7 +14,7 @@ class Pylint < Formula sha256 "420c9f77bef5437252fd291f4f182d269f3f67eb8168dbb65cebd18958a782b5" => :high_sierra end - depends_on "python" + depends_on "python@3.8" resource "astroid" do url "https://files.pythonhosted.org/packages/40/df/70dfe3eed7352dd3f5c7cc74518ceed78230b2ca9d7d60dbabd81d5390ba/astroid-2.3.3.tar.gz"