Skip to content

Commit

Permalink
uwsgi: depend on python instead of :python
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovezfs committed Jan 1, 2018
1 parent 400e5ff commit b2c18d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/uwsgi.rb
Expand Up @@ -20,7 +20,7 @@ class Uwsgi < Formula
depends_on "pkg-config" => :build
depends_on "pcre"
depends_on "openssl"
depends_on :python if MacOS.version <= :snow_leopard
depends_on "python" if MacOS.version <= :snow_leopard

depends_on "geoip" => :optional
depends_on "gloox" => :optional
Expand Down

0 comments on commit b2c18d0

Please sign in to comment.