From 348a8d666e1e916dfd0c68ff297faceaa67cab53 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Sat, 21 Dec 2024 17:30:21 -0500 Subject: [PATCH] fix(hass): get rid of deprecation warning for spotplus --- scopedPackages/hass-components/spotifyplus/spotifywebapi.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scopedPackages/hass-components/spotifyplus/spotifywebapi.nix b/scopedPackages/hass-components/spotifyplus/spotifywebapi.nix index 60d91351..0e65f299 100644 --- a/scopedPackages/hass-components/spotifyplus/spotifywebapi.nix +++ b/scopedPackages/hass-components/spotifyplus/spotifywebapi.nix @@ -9,6 +9,7 @@ in python3Packages.buildPythonPackage { pname = "spotifywebapiPython"; version = "${tag}+${spotifywebapi-src.shortRev}"; + pyproject = true; src = spotifywebapi-src; @@ -18,6 +19,7 @@ in platformdirs requests requests_oauthlib + setuptools urllib3 zeroconf smartinspect # overridden in this python3Packages