John Vandenberg has uploaded a new change for review. https://gerrit.wikimedia.org/r/180453
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(-) git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core refs/changes/53/180453/1 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: newchange Gerrit-Change-Id: I2ecfd2f45641063ce355f7109da59ba34c56871a 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
