replay/cabana: remove unused openssl dependency (#37680)

This commit is contained in:
Adeeb Shihadeh
2026-03-14 16:43:19 -07:00
committed by GitHub
parent cc4f786846
commit 5e7f5dd840
5 changed files with 3 additions and 14 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ pkgs = [importlib.import_module(name) for name in pkg_names]
# vendored in commaai/dependencies.
allowed_system_libs = {
"EGL", "GLESv2", "GL", "Qt5Charts", "Qt5Core", "Qt5Gui", "Qt5Widgets",
"crypto", "dl", "drm", "gbm", "m", "pthread", "ssl", "usb-1.0",
"dl", "drm", "gbm", "m", "pthread", "usb-1.0",
}
def _resolve_lib(env, name):