From 7c289ead14dbc1e5e34bfe97a0cf4b77f0e26dfb Mon Sep 17 00:00:00 2001 From: Vladimir Ermakov Date: Sun, 20 Jul 2025 11:21:25 +0200 Subject: [PATCH] python: adjust with glibc and libcrypt-compat Fix #27012 Signed-off-by: Vladimir Ermakov --- lang/python/python3/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/python3/Makefile b/lang/python/python3/Makefile index 0090464511..944e94180a 100644 --- a/lang/python/python3/Makefile +++ b/lang/python/python3/Makefile @@ -11,7 +11,7 @@ include $(TOPDIR)/rules.mk include ../python3-version.mk PKG_NAME:=python3 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_VERSION:=$(PYTHON3_VERSION).$(PYTHON3_VERSION_MICRO) PKG_SOURCE:=Python-$(PKG_VERSION).tar.xz @@ -96,7 +96,7 @@ endef define Package/python3-light $(call Package/python3/Default) TITLE+= light installation - DEPENDS:=+python3-base +libbz2 +zlib + DEPENDS:=+python3-base +libbz2 +zlib +USE_GLIBC:libcrypt-compat endef define Package/python3-light/config -- 2.30.2