mirror of
https://github.com/openwrt/packages.git
synced 2026-06-01 15:32:05 +08:00
python3: bump to version 3.14.4
Also add no-mips16 to PKG_BUILD_FLAGS. Should fix mipsel_24kc_24kf builds. Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
This commit is contained in:
committed by
Alexandru Ardelean
parent
8d3c004213
commit
72aa700b23
@@ -8,9 +8,9 @@
|
||||
# Note: keep in sync with pip
|
||||
PYTHON3_VERSION_MAJOR:=3
|
||||
PYTHON3_VERSION_MINOR:=14
|
||||
PYTHON3_VERSION_MICRO:=3
|
||||
PYTHON3_VERSION_MICRO:=4
|
||||
|
||||
PYTHON3_VERSION:=$(PYTHON3_VERSION_MAJOR).$(PYTHON3_VERSION_MINOR)
|
||||
|
||||
PYTHON3_PIP_PKG_RELEASE:=1
|
||||
PYTHON3_PIP_VERSION:=25.3
|
||||
PYTHON3_PIP_VERSION:=26.0.1
|
||||
|
||||
Reference in New Issue
Block a user