jenkins-bot has submitted this change and it was merged.
Change subject: Require google>=0.7 ......................................................................
Require google>=0.7
https://github.com/MarioVilas/google/pull/12 has been merged and released on pypi
Bug: T102314 Change-Id: Ie4b1749dc08ea6851911e237f0b7f3f3b20b3e62 (manual cherry-pick of 50fc4701) --- M requirements.txt M setup.py 2 files changed, 2 insertions(+), 2 deletions(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/requirements.txt b/requirements.txt index 47b8316..f3dd315 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@
# core pagegenerators pYsearch -google +google >= 1.7
# scripts/script_wui.py: crontab diff --git a/setup.py b/setup.py index 723f1ff..9a4ac85 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ # Core library dependencies 'isbn': ['python-stdnum'], 'Graphviz': ['pydot>=1.0.28'], - 'Google': ['google'], + 'Google': ['google>=1.7'], 'IRC': [irc_dep], 'mwparserfromhell': ['mwparserfromhell>=0.3.3'], 'Tkinter': ['Pillow'],
pywikibot-commits@lists.wikimedia.org