mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 16:54: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.
|
# See /LICENSE for more information.
|
||||||
#
|
#
|
||||||
|
|
||||||
PYTHON_VERSION=2.7
|
PYTHON_VERSION:=2.7
|
||||||
PYTHON_VERSION_MICRO=3
|
PYTHON_VERSION_MICRO:=3
|
||||||
|
|
||||||
PYTHON_DIR:=$(STAGING_DIR)/usr
|
PYTHON_DIR:=$(STAGING_DIR)/usr
|
||||||
PYTHON_BIN_DIR:=$(PYTHON_DIR)/bin
|
PYTHON_BIN_DIR:=$(PYTHON_DIR)/bin
|
||||||
|
|||||||
Reference in New Issue
Block a user