mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 19:04:32 +04:00
python: enforce version assignment
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user