From 450fb3f87aa3e4899c0e0cdb11d071fe59ac20f2 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sun, 27 Jun 2021 07:17:05 +0200 Subject: [PATCH] bundles/kodi: do not install libcec4 It's not available in bullseye (but libcec6), but we don't need it anyway, because we're not using cec here. --- bundles/kodi/metadata.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bundles/kodi/metadata.py b/bundles/kodi/metadata.py index c7d67c8..7342ae4 100644 --- a/bundles/kodi/metadata.py +++ b/bundles/kodi/metadata.py @@ -17,7 +17,6 @@ defaults = { 'kodi': {}, 'kodi-inputstream-adaptive': {}, 'libasound2': {}, - 'libcec4': {}, 'ttf-mscorefonts-installer': {}, 'tv-fonts': {}, 'xfonts-base': {},