[Debian-med-packaging] Bug#920251: cwltool is missing a dependency on python3-mypy-extensions

Matthias Klose doko at debian.org
Wed Jan 23 09:28:14 GMT 2019


Package: cwltool
Version: 1.0.20181217162649+dfsg-9
Severity: serious
Tags: sid buster

cwtool is missing a dependency on python3-mypy-extensions, causing several
autopkg tests to fail, and making the package unusable.

==================================== ERRORS ====================================
__________________ ERROR collecting tests/test_anon_types.py ___________________
ImportError while importing test module
'/usr/lib/python3/dist-packages/cwltool/tests/test_anon_types.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3/dist-packages/cwltool/tests/test_anon_types.py:3: in <module>
    from cwltool.command_line_tool import CommandLineTool
/usr/lib/python3/dist-packages/cwltool/command_line_tool.py:30: in <module>
    from .builder import (CONTENT_LIMIT, Builder,  # pylint: disable=unused-import
/usr/lib/python3/dist-packages/cwltool/builder.py:20: in <module>
    from . import expression
/usr/lib/python3/dist-packages/cwltool/expression.py:14: in <module>
    from .sandboxjs import default_timeout, execjs, JavascriptException
/usr/lib/python3/dist-packages/cwltool/sandboxjs.py:20: in <module>
    from .utils import json_dumps, onWindows, processes_to_kill, subprocess
/usr/lib/python3/dist-packages/cwltool/utils.py:18: in <module>
    from mypy_extensions import TypedDict
E   ModuleNotFoundError: No module named 'mypy_extensions'



More information about the Debian-med-packaging mailing list