On 10/09/2015 07:22 PM, Alexis Ballier wrote: > Doesn't python-r1 add this ? It seems not... > It should be added to ros-catkin.eclass when PYTHON_COMPAT is set. Any > hint on how to proceed ? >
distutils-r1 adds it, python-r1 is a "low-level" eclass and not supposed to do a lot of magic. Technically, you would have to revbump all packages, but since the indirect dep-graph will pull in python anyway, I guess we can skip that. I guess you can add it with a if-PYTHON_COMPAT-conditional somewhere around line 68 where you already modify python related deps (python-exec).