K 10 svn:author V 5 tobik K 8 svn:date V 27 2018-07-26T11:46:58.656983Z K 7 svn:log V 498 emulators/virtualbox-ose: Fix build when using 3.? as default Python When using DEFAULT_VERSIONS=python=3.6 or similar the build fails with kBuild: Generating python - .../out/freebsd.amd64/release/obj/VBoxOGLgen/spu_dispatch_table.h kmk_builtin_redirect: posix_spawnp(python-not-found) failed: No such file or directory Explicitly use Python 2.7 for the time being to fix the build. PR: 225734 Submitted by: Peter Wullinger Approved by: vbox (maintainer timeout, 5 months+) END