Summary: | Add Python 3.6 support to all capable packages | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Perfect Gentleman <perfect007gentleman> |
Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
Status: | RESOLVED INVALID | ||
Severity: | normal | CC: | fturco, pacho |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Perfect Gentleman
2017-04-01 11:19:21 UTC
=app-misc/pax-utils-1.2.2 I try to use lddtree with python3.6 selected and that is what I get: Traceback (most recent call last): File "/usr/bin/lddtree", line 52, in <module> from elftools.elf.elffile import ELFFile ModuleNotFoundError: No module named 'elftools' =dev-python/pyelftools-0.24 PYTHON_TARGETS="python2_7 python3_4 python3_5") Should a python3_6 target, be added? This needs to be done per package, hence, feel free to open bug reports (or, better, github pull requests) for the packages you have tested to work with python 3.6 |