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 {
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue