Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
gobject-introspection: depends_on :python
Browse files Browse the repository at this point in the history
To avoid ImportError: Symbol not found: _PyList_Check
during build.
  • Loading branch information
samueljohn committed Aug 23, 2013
1 parent 3dc4ad6 commit 270f297
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Library/Formula/gobject-introspection.rb
Expand Up @@ -11,6 +11,8 @@ class GobjectIntrospection < Formula
depends_on 'xz' => :build
depends_on 'glib'
depends_on 'libffi'
# To avoid: ImportError: dlopen(./.libs/_giscanner.so, 2): Symbol not found: _PyList_Check
depends_on :python

def install
ENV.universal_binary if build.universal?
Expand Down

0 comments on commit 270f297

Please sign in to comment.