Package perf python bindings as versioned module
This patch packages the perf python bindings (cpython module) under the name perf__ (e.g. perf_5_10). By that, co location of multiple perf versions is possible.
This package is not intended to be used directly, but via a python wrapper that loads the versioned perf bindings based on the currently active kernel.
The wrapper will be part of a second patch against the linux-base package (similar to the shell wrapper).
closes: #860957
Signed-off-by: Felix Moessbauer felix.moessbauer@siemens.com