python312Packages.plexapi: refactor

This commit is contained in:
Fabian Affolter 2024-04-01 10:23:01 +02:00 committed by GitHub
parent 385994a4cd
commit 6c749d8ddf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,11 +22,11 @@ buildPythonPackage rec {
hash = "sha256-OPhmw7nCe0n7VLekXeB5PiLdBk2DPmLoQ1nZiGEwqis=";
};
nativeBuildInputs = [
build-system = [
setuptools
];
propagatedBuildInputs = [
dependencies = [
requests
tqdm
websocket-client