gobject-instrospection: add better python comment.

This commit is contained in:
Mike McQuaid 2017-07-15 10:46:58 +01:00
parent 14bcc8b89d
commit c000c836c2

View file

@ -14,7 +14,9 @@ class GobjectIntrospection < Formula
depends_on "glib"
depends_on "cairo"
depends_on "libffi"
depends_on "python" # never switch back to system python!
# never switch back to system python!
# https://github.com/Homebrew/homebrew-core/pull/11464#discussion_r107407934
depends_on "python"
resource "tutorial" do
url "https://gist.github.com/7a0023656ccfe309337a.git",