Browse Source

Merge pull request #575 from commodo/python3-upg-3.4.2

python3 upgrade to version 3.4.2
lilik-openwrt-22.03
Steven Barth 10 years ago
parent
commit
783d78542d
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      lang/python3/Makefile
  2. +1
    -1
      lang/python3/files/python3-package.mk

+ 1
- 1
lang/python3/Makefile View File

@ -19,7 +19,7 @@ PKG_VERSION:=$(PYTHON_VERSION).$(PYTHON_VERSION_MICRO)
PKG_SOURCE:=Python-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=http://www.python.org/ftp/python/$(PKG_VERSION)
PKG_MD5SUM:=6cafc183b4106476dd73d5738d7f616a
PKG_MD5SUM:=36fc7327c02c6f12fa24fc9ba78039e3
PKG_LICENSE:=PSF
PKG_LICENSE_FILES:=LICENSE Modules/_ctypes/libffi_msvc/LICENSE Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi/LICENSE Modules/_ctypes/libffi_osx/LICENSE Tools/pybench/LICENSE


+ 1
- 1
lang/python3/files/python3-package.mk View File

@ -6,7 +6,7 @@
#
PYTHON3_VERSION:=3.4
PYTHON3_VERSION_MICRO:=1
PYTHON3_VERSION_MICRO:=2
PYTHON3_DIR:=$(STAGING_DIR)/usr
PYTHON3_BIN_DIR:=$(PYTHON3_DIR)/bin


Loading…
Cancel
Save