John Vandenberg has uploaded a new change for review.
https://gerrit.wikimedia.org/r/201960
Change subject: mwlib used by patrol is not available for py3
......................................................................
mwlib used by patrol is not available for py3
Change-Id: Ic59df33f7e7ddaccbe0a008f3a870c1f94dd5ae8
---
M setup.py
1 file changed, 3 insertions(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core
refs/changes/60/201960/1
diff --git a/setup.py b/setup.py
index fe8bf18..2886d88 100644
--- a/setup.py
+++ b/setup.py
@@ -40,7 +40,6 @@
# Note: None of the 'lunatic-python' repos on github support MS Windows.
'flickrripper.py': ['Pillow'],
'states_redirect.py': ['pycountry'],
- 'patrol': ['mwlib'],
}
# flickrapi 1.4.4 installs a root logger in verbose mode; 1.4.5 fixes this.
# The problem doesnt exist in flickrapi 2.x.
@@ -78,6 +77,9 @@
# Other backports are likely broken.
dependencies.append('ipaddress')
+ # mwlib is not available for py3
+ script_deps['patrol'] = ['mwlib']
+
if sys.version_info[0] == 3:
if sys.version_info[1] < 3:
print("ERROR: Python 3.3 or higher is required!")
--
To view, visit https://gerrit.wikimedia.org/r/201960
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic59df33f7e7ddaccbe0a008f3a870c1f94dd5ae8
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: John Vandenberg <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits