python-version.mk (259B)
1 # 2 # Copyright (C) 2016 OpenWrt.org 3 # 4 # This is free software, licensed under the GNU General Public License v2. 5 # See /LICENSE for more information. 6 # 7 8 PYTHON_VERSION:=2.7 9 PYTHON_VERSION_MICRO:=13 10 11 PYTHON_SETUPTOOLS_VERSION:=28.8.0 12 PYTHON_PIP_VERSION:=9.0.1 13