scripts/gen-license.py: Drop openssl

This commit is contained in:
Matt Borgerson
2025-03-07 22:12:49 -07:00
committed by mborgerson
parent 7c8cde51d1
commit f305279f67
2 changed files with 0 additions and 187 deletions
-10
View File
@@ -341,16 +341,6 @@ Lib('libsamplerate', 'https://github.com/libsndfile/libsamplerate',
pkg_mac='libsamplerate',
),
Lib('openssl', 'https://www.openssl.org/',
apache2, 'https://raw.githubusercontent.com/openssl/openssl/master/LICENSE.txt',
ships_static={windows}, ships_dynamic={macos},
pkgconfig=PkgConfig('openssl'),
pkg_win='openssl',
pkg_mac='openssl',
pkg_ubuntu='libssl-dev'
),
# openssl dep
Lib('zlib', 'https://zlib.net/',
zlib, 'https://raw.githubusercontent.com/madler/zlib/master/README', license_lines=(87,106),
ships_static={windows}, ships_dynamic={macos},