mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
currently clean builds fail because talloc is looking for python but package.mk doesn't have a dependency on Python3. As only the shared lib is installed to target, but not the python modules, simply disable python modules to fix builds. Signed-off-by: Matthias Reichl <hias@horus.com>