fix(hass): get rid of deprecation warning for spotplus
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
0e81c5b88e
commit
348a8d666e
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,7 @@ in
|
||||||
python3Packages.buildPythonPackage {
|
python3Packages.buildPythonPackage {
|
||||||
pname = "spotifywebapiPython";
|
pname = "spotifywebapiPython";
|
||||||
version = "${tag}+${spotifywebapi-src.shortRev}";
|
version = "${tag}+${spotifywebapi-src.shortRev}";
|
||||||
|
pyproject = true;
|
||||||
|
|
||||||
src = spotifywebapi-src;
|
src = spotifywebapi-src;
|
||||||
|
|
||||||
|
@ -18,6 +19,7 @@ in
|
||||||
platformdirs
|
platformdirs
|
||||||
requests
|
requests
|
||||||
requests_oauthlib
|
requests_oauthlib
|
||||||
|
setuptools
|
||||||
urllib3
|
urllib3
|
||||||
zeroconf
|
zeroconf
|
||||||
smartinspect # overridden in this python3Packages
|
smartinspect # overridden in this python3Packages
|
||||||
|
|
Loading…
Reference in a new issue