jenkins-bot has submitted this change and it was merged.

Change subject: Yahoo search dependency fixup
......................................................................


Yahoo search dependency fixup

pagegenerators says that pYsearch is required to use the
YahooSearchPageGenerator, however setup.py is adding 'yahoo'
as the dependency.

Change-Id: Id942557b7a27f14f1d6b483ba112775dcedcfcc0
---
M requirements.txt
M setup.py
2 files changed, 2 insertions(+), 2 deletions(-)

Approvals:
  John Vandenberg: Looks good to me, but someone else must approve
  Xqt: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/requirements.txt b/requirements.txt
index 08d005c..97549b9 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -28,7 +28,7 @@
 pydot
 
 # core pagegenerators
-yahoo
+pYsearch
 google
 
 # scripts/script_wui.py:
diff --git a/setup.py b/setup.py
index 564ad08..5c0f5fa 100644
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,7 @@
     'daemonize': ['daemonize'],
     'Graphviz':  ['pydot'],
     'MySQL': ['oursql'],
-    'Yahoo': ['yahoo'],
+    'Yahoo': ['pYsearch'],
     'Google': ['google'],
     'IRC': ['irc'],
     'mwparserfromhell': ['mwparserfromhell>=0.3.3']

-- 
To view, visit https://gerrit.wikimedia.org/r/175326
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Id942557b7a27f14f1d6b483ba112775dcedcfcc0
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: John Vandenberg <[email protected]>
Gerrit-Reviewer: John Vandenberg <[email protected]>
Gerrit-Reviewer: Ladsgroup <[email protected]>
Gerrit-Reviewer: Merlijn van Deen <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
Pywikibot-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits

Reply via email to