python3: bump PKG_RELEASE
authorJosef Schlehofer <pepe.schlehofer@gmail.com>
Thu, 21 Nov 2019 14:18:35 +0000 (15:18 +0100)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Thu, 21 Nov 2019 14:19:15 +0000 (15:19 +0100)
Fixes: 85eee2d7f85421fd9156fb988ac865679e4e7851 (python3: fix build when
Blake2 not enabled in OpenSSL")

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
lang/python/python3/Makefile

index 809cda4d0fedbca930d44e0cef5675e827595b7a..f976b9990cfe604771c27f088aec83bffc6eb7bc 100644 (file)
@@ -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