Source: otf2 Version: 3.0.3-3.1 Severity: normal Hi,
This package has a realy light usage of six that could be easily patched out. But upstream website is undeciphirable to me. There's seems to be a tarball coming from nowhere -- or from Jülich ?, a nice city by the way -- and that's all. Greetings build-backend/configure: _ax_python_import='$PYTHON -c '\''import six'\'' >&5' build-backend/configure: HAVE_PYMOD_VERSION_SIX=$($PYTHON -c "import six; print(six.__version__)" 2>/dev/null) build-frontend/configure: _ax_python_import='$PYTHON -c '\''import six'\'' >&5' build-frontend/configure: HAVE_PYMOD_VERSION_SIX=$($PYTHON -c "import six; print(six.__version__)" 2>/dev/null) src/python/_otf2/Config.py:import six src/python/_otf2/ErrorCodes.py:import six src/python/otf2/attribute_value.py:from six import string_types src/python/otf2/definitions.py:from six import with_metaclass, integer_types, string_types src/python/otf2/events.py:from six import with_metaclass, string_types src/python/otf2/registry.py:from six import string_types templates/otf2.attribute_value.tmpl.py:from six import string_types templates/otf2.events.tmpl.py:from six import with_metaclass, string_types templates/otf2.registry.tmpl.py:from six import string_types test/python/test_otf2_rewrite_UTF.py:import six