gobject-instrospection: add better python comment.
This commit is contained in:
parent
14bcc8b89d
commit
c000c836c2
1 changed files with 3 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue