From: Daniel F. Dickinson Date: Wed, 2 Jan 2019 07:57:51 +0000 (-0500) Subject: python3: Fix py3 pip and setuptools versions X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=a37a0e8a4d735fd23dbbcd920553db3af1522d4e;p=openwrt-packages.git python3: Fix py3 pip and setuptools versions The update to Python 3.7.2 missed updating pip and setuptools versions, so fix that. Signed-off-by: Daniel F. Dickinson --- diff --git a/lang/python/python3-version.mk b/lang/python/python3-version.mk index 18d826d0c..abef3f2ca 100644 --- a/lang/python/python3-version.mk +++ b/lang/python/python3-version.mk @@ -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