Commit 79880ae0 authored by Jan Baudisch's avatar Jan Baudisch Committed by GitHub

Add zlib dependency

parent f20f2f54
......@@ -12,6 +12,7 @@ class Python3 < Package
depends_on 'ncurses'
depends_on 'openssl' => :build
depends_on 'sqlite' => :build
depends_on 'zlibpkg'
def self.build
# 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