Browse Source

Merge pull request #7849 from cshoredaniel/pr-fix-py3-pip-setuptools-version

python3: Fix py3 pip and setuptools versions
lilik-openwrt-22.03
Hannu Nyman 6 years ago
committed by GitHub
parent
commit
8079c61f97
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      lang/python/python3-version.mk

+ 4
- 4
lang/python/python3-version.mk View File

@ -12,8 +12,8 @@ PYTHON3_VERSION_MICRO:=2
PYTHON3_VERSION:=$(PYTHON3_VERSION_MAJOR).$(PYTHON3_VERSION_MINOR)
PYTHON3_SETUPTOOLS_PKG_RELEASE:=2
PYTHON3_PIP_PKG_RELEASE:=2
PYTHON3_SETUPTOOLS_PKG_RELEASE:=1
PYTHON3_PIP_PKG_RELEASE:=1
PYTHON3_SETUPTOOLS_VERSION:=39.0.1
PYTHON3_PIP_VERSION:=10.0.1
PYTHON3_SETUPTOOLS_VERSION:=40.6.2
PYTHON3_PIP_VERSION:=18.1

Loading…
Cancel
Save