jenkins-bot has submitted this change and it was merged. Change subject: Use parse-crontab released version ......................................................................
Use parse-crontab released version The crontab library was add as an optional dependency in aff2846 but used a custom repo to avoid a bug preventing testing, which is now fixed in the maintainers repo and released onto pypi. https://github.com/josiahcarlson/parse-crontab/pull/7 Change-Id: I2ecfd2f45641063ce355f7109da59ba34c56871a --- M setup.py 1 file changed, 0 insertions(+), 1 deletion(-) Approvals: John Vandenberg: Looks good to me, but someone else must approve XZise: Looks good to me, approved jenkins-bot: Verified diff --git a/setup.py b/setup.py index a0be084..a3b6d18 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,6 @@ dependency_links = [ 'https://git.wikimedia.org/zip/?r=pywikibot/externals/httplib2.git&format=gz#egg=httplib2-0.8-pywikibot1', 'git+https://github.com/AlereDevices/lunatic-python.git#egg=lunatic-python', - 'git+https://github.com/jayvdb/parse-crontab.git#egg=crontab', ] if sys.version_info[0] == 2: -- To view, visit https://gerrit.wikimedia.org/r/180453 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I2ecfd2f45641063ce355f7109da59ba34c56871a 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: XZise <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
