I think the problem is related with the commit e9fe40 (Use package-specific build targets and avoid ifeq constructs.), which replaced the ifeq statements with for loops in the build step.
the $buildver shell variable isn't evaluated when the call to cdbs_python_binary is made, so it is always returning the versioned python interpreter, instead of the default one for the default python version. »···for buildver in $(build_versions); do \ »···»···echo ---- calling $(call cdbs_python_binary,python$$buildver) ....; \ »···done -- Lauro Moura INdT - Instituto Nokia de Tecnologia -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

