Commit f20f2f54 authored by Jan Baudisch's avatar Jan Baudisch Committed by GitHub

Add zlib dependency

parent b0801816
...@@ -12,6 +12,7 @@ class Python27 < Package ...@@ -12,6 +12,7 @@ class Python27 < Package
depends_on 'openssl' => :build depends_on 'openssl' => :build
depends_on 'sqlite' => :build depends_on 'sqlite' => :build
depends_on 'gdbm' => :build depends_on 'gdbm' => :build
depends_on 'zlibpkg'
def self.build def self.build
# python requires to use /usr/local/lib, so leave as is but specify -rpath # python requires to use /usr/local/lib, so leave as is but specify -rpath
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment