Kengo Seki created YETUS-363:
--------------------------------
Summary: releasedocmaker fails due to the lack of dateutil module
Key: YETUS-363
URL: https://issues.apache.org/jira/browse/YETUS-363
Project: Yetus
Issue Type: Bug
Components: Release Doc Maker
Reporter: Kengo Seki
dateutil module is not included in the standard library. If it's not installed,
releasedocmaker fails as follows:
{code}
[sekikn@mobile yetus]$ release-doc-maker/releasedocmaker.py --project yetus
--version 0.3.0
Traceback (most recent call last):
File "release-doc-maker/releasedocmaker.py", line 39, in <module>
import dateutil.parser
ImportError: No module named dateutil.parser
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)