Unverified Commit 6c749d8d authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.plexapi: refactor

parent 385994a4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,11 +22,11 @@ buildPythonPackage rec {
    hash = "sha256-OPhmw7nCe0n7VLekXeB5PiLdBk2DPmLoQ1nZiGEwqis=";
  };

  nativeBuildInputs = [
  build-system = [
    setuptools
  ];

  propagatedBuildInputs = [
  dependencies = [
    requests
    tqdm
    websocket-client