From dee4a69cea3d75ba37c6ae22bce3d8e2126158d5 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Tue, 14 Oct 2014 09:38:43 +0300 Subject: [PATCH] python3: enforce version assignment Signed-off-by: Alexandru Ardelean --- lang/python3/files/python3-package.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python3/files/python3-package.mk b/lang/python3/files/python3-package.mk index 3a49bc089..313b404e1 100644 --- a/lang/python3/files/python3-package.mk +++ b/lang/python3/files/python3-package.mk @@ -5,8 +5,8 @@ # See /LICENSE for more information. # -PYTHON_VERSION=3.4 -PYTHON_VERSION_MICRO=1 +PYTHON_VERSION:=3.4 +PYTHON_VERSION_MICRO:=1 PYTHON_DIR:=$(STAGING_DIR)/usr PYTHON_BIN_DIR:=$(PYTHON_DIR)/bin