spotify: Require pyspotify 1.9
This commit is contained in:
parent
ee8c2ca589
commit
f8bd291d5f
@ -8,6 +8,10 @@ This change log is used to track all major changes to Mopidy.
|
|||||||
v0.9.0 (in development)
|
v0.9.0 (in development)
|
||||||
=======================
|
=======================
|
||||||
|
|
||||||
|
**Dependencies**
|
||||||
|
|
||||||
|
- pyspotify >= 1.9, < 1.10 is now required for Spotify support.
|
||||||
|
|
||||||
**Multiple backends support**
|
**Multiple backends support**
|
||||||
|
|
||||||
Support for using the local and Spotify backends simultaneously have for a very
|
Support for using the local and Spotify backends simultaneously have for a very
|
||||||
|
|||||||
@ -21,7 +21,7 @@ https://github.com/mopidy/mopidy/issues?labels=Spotify+backend
|
|||||||
**Dependencies:**
|
**Dependencies:**
|
||||||
|
|
||||||
- libspotify >= 12, < 13 (libspotify12 package from apt.mopidy.com)
|
- libspotify >= 12, < 13 (libspotify12 package from apt.mopidy.com)
|
||||||
- pyspotify >= 1.8, < 1.9 (python-spotify package from apt.mopidy.com)
|
- pyspotify >= 1.9, < 1.10 (python-spotify package from apt.mopidy.com)
|
||||||
|
|
||||||
**Settings:**
|
**Settings:**
|
||||||
|
|
||||||
|
|||||||
1
requirements/spotify.txt
Normal file
1
requirements/spotify.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
pyspotify >= 1.9, < 1.10
|
||||||
Loading…
Reference in New Issue
Block a user