spotify: pyspotify 1.9 and 1.10 are both supported

This commit is contained in:
Stein Magnus Jodal 2012-12-13 00:19:43 +01:00
parent 2b54837c64
commit 24ace415a0
3 changed files with 7 additions and 2 deletions

View File

@ -7,6 +7,11 @@ This change log is used to track all major changes to Mopidy.
v0.10.0 (in development)
========================
**Dependencies**
- pyspotify >= 1.9, < 1.11 is now required for Spotify support. In other words,
you're free to upgrade to pyspotify 1.10, but it isn't a requirement.
**Documentation**
- Added installation instructions for Fedora.

View File

@ -21,7 +21,7 @@ https://github.com/mopidy/mopidy/issues?labels=Spotify+backend
**Dependencies:**
- libspotify >= 12, < 13 (libspotify12 package from apt.mopidy.com)
- pyspotify >= 1.9, < 1.10 (python-spotify package from apt.mopidy.com)
- pyspotify >= 1.9, < 1.11 (python-spotify package from apt.mopidy.com)
**Settings:**

View File

@ -1 +1 @@
pyspotify >= 1.9, < 1.10
pyspotify >= 1.9, < 1.11