Unverified Commit b210ec66 authored by Aaron Andersen's avatar Aaron Andersen Committed by GitHub
Browse files

kodiPackages.six: set PYTHON_PATH (#385153)

parents 77f7e061 dbcc74bf
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -16,9 +16,12 @@ buildKodiAddon rec {
    sha256 = "sha256-d6BNpnTg6K7NPX3uWp5X0rog33C+B7YoAtLH/CrUYno=";
  };

  passthru.updateScript = addonUpdateScript {
  passthru = {
    pythonPath = "lib";
    updateScript = addonUpdateScript {
      attrPath = "kodi.packages.six";
    };
  };

  meta = with lib; {
    homepage = "https://pypi.org/project/six/";