python: enforce version assignment
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
parent
3ad7208ba6
commit
b49c17d6c7
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@
|
|||
# See /LICENSE for more information.
|
||||
#
|
||||
|
||||
PYTHON_VERSION=2.7
|
||||
PYTHON_VERSION_MICRO=3
|
||||
PYTHON_VERSION:=2.7
|
||||
PYTHON_VERSION_MICRO:=3
|
||||
|
||||
PYTHON_DIR:=$(STAGING_DIR)/usr
|
||||
PYTHON_BIN_DIR:=$(PYTHON_DIR)/bin
|
||||
|
|
Loading…
Reference in a new issue