kodi: test different crypt lib

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
2022-09-29 22:12:08 +02:00
parent 36aca9d780
commit cf655bca9e

View File

@@ -4,7 +4,7 @@ let
kodiPackages = callPackage ../../../top-level/kodi-packages.nix { inherit kodi; };
# linux distros are supposed to provide pillow and pycryptodome
requiredPythonPath = with kodi.pythonPackages; makePythonPath ([ pillow pycryptodome ]);
requiredPythonPath = with kodi.pythonPackages; makePythonPath ([ pillow pycryptodomex ]);
# each kodi addon can potentially export a python module which should be included in PYTHONPATH
# see any addon which supplies `passthru.pythonPath` and the corresponding entry in the addons `addon.xml`