build_style/python-module: use working python version to fix cross build failures.

This commit is contained in:
Juan RP 2014-05-06 10:40:53 +02:00
parent 25c03ba9c3
commit be51680023
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
#
do_build() {
: ${python_versions:=2}
: ${python_versions:=2.7}
local python_version=
for python_version in $python_versions; do
@ -25,7 +25,7 @@ do_build() {
}
do_install() {
: ${python_versions:=2}
: ${python_versions:=2.7}
local python_version=
make_install_args+=" --prefix=/usr --root=$DESTDIR"