Skip to content

Commit

Permalink
clingo: depend on python@2
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovezfs committed Apr 9, 2018
1 parent 526d5ae commit 57bf428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/clingo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Clingo < Formula

depends_on "cmake" => :build
depends_on "doxygen" => :build
depends_on "python@2" if MacOS.version <= :snow_leopard
depends_on "python@2"

needs :cxx14

Expand Down

1 comment on commit 57bf428

@domoritz
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Clingo should work with Python 3.

Please sign in to comment.