Skip to content

Commit

Permalink
platformio: rename python@2 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovezfs committed Mar 2, 2018
1 parent c1ff2be commit 05ff5db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/platformio.rb
Expand Up @@ -13,7 +13,7 @@ class Platformio < Formula
sha256 "6a007351772582c31829bda15af6d773f70a045861f821e0b84cecc7ebaefe62" => :el_capitan
end

depends_on "python" if MacOS.version <= :snow_leopard
depends_on "python@2" if MacOS.version <= :snow_leopard

resource "bottle" do
url "https://files.pythonhosted.org/packages/bd/99/04dc59ced52a8261ee0f965a8968717a255ea84a36013e527944dbf3468c/bottle-0.12.13.tar.gz"
Expand Down

0 comments on commit 05ff5db

Please sign in to comment.