sphinx-doc: rename python@2 dependency

This commit is contained in:
ilovezfs 2018-03-01 23:47:43 -08:00
parent 8e98f04c3b
commit 55903ff312

View file

@ -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