From: Alexandru Ardelean Date: Tue, 14 Oct 2014 06:38:43 +0000 (+0300) Subject: python3: enforce version assignment X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=dee4a69cea3d75ba37c6ae22bce3d8e2126158d5;p=openwrt-packages.git python3: enforce version assignment Signed-off-by: Alexandru Ardelean --- 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