Merlijn van Deen has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/131263

Change subject: Add mwparserfromhell as dependency
......................................................................

Add mwparserfromhell as dependency

Even though mwparserfromhell is technically optional,
having mwpfh as dependency will make sure people who
setup.py install pywikibot will have it installed.

People using pwb.py are not affected by this, although we
should probably add a warning at some point.

Change-Id: Iaa77c0f7e0f7885f08c90581bde86c2c2aa88720
---
M setup.py
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core 
refs/changes/63/131263/1

diff --git a/setup.py b/setup.py
index 580f9b1..cf14a97 100644
--- a/setup.py
+++ b/setup.py
@@ -63,7 +63,8 @@
               for package in find_packages()
               if package.startswith('pywikibot.')],
     install_requires=[
-        'httplib2>=0.6.0'
+        'httplib2>=0.6.0',
+        'mwparserfromhell>=0.3.3'
     ],
     dependency_links=[
         
'https://git.wikimedia.org/zip/?r=pywikibot/externals/httplib2.git&format=gz#egg=httplib2-0.8-pywikibot1'

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iaa77c0f7e0f7885f08c90581bde86c2c2aa88720
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: Merlijn van Deen <[email protected]>

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

Reply via email to