mypy: rename python dependency
This commit is contained in:
parent
f2ec2020ee
commit
2db93e3d9f
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ class Mypy < Formula
|
|||
url "https://github.com/python/mypy.git",
|
||||
:tag => "v0.560",
|
||||
:revision => "51e044c4ecf2a52fc6c41ee63019723e0d3061e1"
|
||||
revision 1
|
||||
revision 2
|
||||
head "https://github.com/python/mypy.git"
|
||||
|
||||
bottle do
|
||||
|
@ -18,7 +18,7 @@ class Mypy < Formula
|
|||
|
||||
deprecated_option "without-docs" => "without-sphinx-doc"
|
||||
|
||||
depends_on "python3"
|
||||
depends_on "python"
|
||||
depends_on "sphinx-doc" => [:build, :recommended]
|
||||
|
||||
resource "psutil" do
|
||||
|
|
Loading…
Reference in a new issue