diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/gobject-introspection.rb | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/gobject-introspection.rb b/Library/Formula/gobject-introspection.rb index 5b1b08281..dd3020079 100644 --- a/Library/Formula/gobject-introspection.rb +++ b/Library/Formula/gobject-introspection.rb @@ -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?  | 
