sphinx-doc: rename python@2 dependency
This commit is contained in:
parent
8e98f04c3b
commit
55903ff312
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ class SphinxDoc < Formula
|
|||
Users are advised to use `pip` to install sphinx-doc
|
||||
EOS
|
||||
|
||||
depends_on "python" if MacOS.version <= :snow_leopard
|
||||
depends_on "python@2" if MacOS.version <= :snow_leopard
|
||||
|
||||
# generated from sphinx, setuptools, and numpydoc
|
||||
resource "setuptools" do
|
||||
|
|
Loading…
Reference in a new issue