XZise has submitted this change and it was merged.
Change subject: Do not use git.wikimedia.org for httplib2 ......................................................................
Do not use git.wikimedia.org for httplib2
git.wikimedia.org isnt always up and isnt needed.
Change-Id: Ib4cd47b77fe8ec0a479cf6299de43d2ecdb0a32a --- M setup.py 1 file changed, 0 insertions(+), 1 deletion(-)
Approvals: XZise: Looks good to me, approved jenkins-bot: Verified
diff --git a/setup.py b/setup.py index b65d7c1..b36244a 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,6 @@ script_deps['script_wui.py'] = [irc_dep, 'lunatic-python', 'crontab']
dependency_links = [ - 'https://git.wikimedia.org/zip/?r=pywikibot/externals/httplib2.git&format...', 'git+https://github.com/AlereDevices/lunatic-python.git#egg=lunatic-python', ]
pywikibot-commits@lists.wikimedia.org