CI Report:
https://ci-tests.linuxserver.io/linuxserver/tautulli/develop-aea02a90-ls446/index.html
LinuxServer Changes:
Full Changelog: develop-8e265f81-ls445...develop-aea02a90-ls446
Remote Changes:
Add init.py file to jaraco to fix import errors (#2599)
jaraco modules are split across multiple repos using namespace packages.
That doesn't seem to work with the dynamic sys.path configuration used
in Tautulli.py. By adding an init.py file here the python
interpreter will properly look for modules in the jaraco subdirectories.
Co-authored-by: Sean Watson 1328841+seanwatson@users.noreply.github.com