Prepare for mygpoclient 1.7 dependency change

This commit is contained in:
Thomas Perl 2013-02-08 13:46:04 +01:00
parent 67c3a2b23e
commit 52566528d7
2 changed files with 2 additions and 1 deletions

2
README
View File

@ -33,7 +33,7 @@
- Python 2.6 or newer http://python.org/
- "sqlite3" Python module (usually included with Python)
- Feedparser 5.1.2 or newer http://code.google.com/p/feedparser/
- mygpoclient 1.4 or newer http://thp.io/2010/mygpoclient/
- mygpoclient 1.7 or newer http://thp.io/2010/mygpoclient/
- Python D-Bus bindings
gPodder might still work with Python 2.5, but you may need to

View File

@ -44,6 +44,7 @@ from gpodder import minidb
import mygpoclient
mygpoclient.user_agent += ' ' + gpodder.user_agent
# 2013-02-08: We should update this to 1.7 once we use the new features
MYGPOCLIENT_REQUIRED = '1.4'
if not hasattr(mygpoclient, 'require_version') or \