Skip to content

ec56067f-ls179

Compare
Choose a tag to compare
@LinuxServer-CI LinuxServer-CI released this 12 Aug 16:05
· 111 commits to master since this release

LinuxServer Changes:

Install XMLTV from Alpine repos.

tvheadend Changes:

support/mkbundle: switch from distutils to setuptools

Fixes build error with python-3.12:

Traceback (most recent call last):
File "support/mkbundle", line 48, in
import distutils.spawn
ModuleNotFoundError: No module named 'distutils'

Signed-off-by: Bernd Kuhls bernd@kuhls.net