scour: move to Python 3
Closes #32945. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
26af645128
commit
a71b57b93f
1 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,7 @@ class Scour < Formula
|
|||
homepage "https://www.codedread.com/scour/"
|
||||
url "https://github.com/scour-project/scour/archive/v0.37.tar.gz"
|
||||
sha256 "4fcb961586d8a6d98ac9343ca5647421b98fdc79b51d81a1d3d18576b7908823"
|
||||
revision 1
|
||||
head "https://github.com/scour-project/scour.git"
|
||||
|
||||
bottle do
|
||||
|
@ -15,7 +16,7 @@ class Scour < Formula
|
|||
sha256 "5f3067a66b5415bb5b5514e1a35298efb917e2114f9c369e8cd271977115b2a2" => :el_capitan
|
||||
end
|
||||
|
||||
depends_on "python@2"
|
||||
depends_on "python"
|
||||
|
||||
resource "six" do
|
||||
url "https://files.pythonhosted.org/packages/16/d8/bc6316cf98419719bd59c91742194c111b6f2e85abac88e496adefaf7afe/six-1.11.0.tar.gz"
|
||||
|
|
Loading…
Reference in a new issue