add python-six to the installation dependencies , fixes error with pydocstyle
Related Issues
from pydocstyle.cli import main
File "/usr/local/lib/python2.7/dist-packages/pydocstyle/_init_.py", line 1, in <module>
from .checker import check
File "/usr/local/lib/python2.7/dist-packages/pydocstyle/checker.py", line 13, in <module>
from .parser import (Package, Module, Class, NestedClass, Definition, AllError,
File "/usr/local/lib/python2.7/dist-packages/pydocstyle/parser.py", line 4, in <module>
import six
ImportError: No module named six
ERROR: Job failed: exit code 1
Proposed Changes
add python-six to the installation dependencies , fixes error with pydocstyle
Related Issues