Alois Mahdal
796653c7d8
Support fallback to python2 on some distributions
Turns out that even distro as new as RHEL7 does not still support
python3 properly. This commit enables fallback to python2 on older
distros.
RPM part could be solved by rpm macros; Debian part is left to require
Python 3.4 (as per current stable); we can fix that later if need be.