Skip to content

Commit

Permalink
mongo-orchestration: 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 047cf57 commit 77d9a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/mongo-orchestration.rb
Expand Up @@ -15,7 +15,7 @@ class MongoOrchestration < Formula
sha256 "69e5b710ef81077007e50ca8e8817343f133229d76f12162ccf63220bfa0afb1" => :yosemite
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 77d9a24

Please sign in to comment.