From: Josef Schlehofer Date: Thu, 21 Nov 2019 14:18:35 +0000 (+0100) Subject: python3: bump PKG_RELEASE X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=ffeb852e616424d8f604c86a9a04de9287600f7e;p=feed%2Fpackages.git python3: bump PKG_RELEASE Fixes: 85eee2d7f85421fd9156fb988ac865679e4e7851 (python3: fix build when Blake2 not enabled in OpenSSL") Signed-off-by: Josef Schlehofer --- diff --git a/lang/python/python3/Makefile b/lang/python/python3/Makefile index 809cda4d0f..f976b9990c 100644 --- a/lang/python/python3/Makefile +++ b/lang/python/python3/Makefile @@ -14,7 +14,7 @@ PYTHON_VERSION:=$(PYTHON3_VERSION) PYTHON_VERSION_MICRO:=$(PYTHON3_VERSION_MICRO) PKG_NAME:=python3 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_VERSION:=$(PYTHON_VERSION).$(PYTHON_VERSION_MICRO) PKG_SOURCE:=Python-$(PKG_VERSION).tar.xz