python: adjust with glibc and libcrypt-compat
authorVladimir Ermakov <[email protected]>
Sun, 20 Jul 2025 09:21:25 +0000 (11:21 +0200)
committerRobert Marko <[email protected]>
Wed, 30 Jul 2025 12:43:39 +0000 (14:43 +0200)
Fix #27012

Signed-off-by: Vladimir Ermakov <[email protected]>
lang/python/python3/Makefile

index 00904645115d3eca5fffc90303b21909a5c54268..944e94180a3bfbac13c0f6ff876fbce2fde6501f 100644 (file)
@@ -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