mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 12:41:22 +00:00
python: adjust with glibc and libcrypt-compat
Fix #27012 Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
This commit is contained in:
committed by
Robert Marko
parent
7814960a7d
commit
7c289ead14
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user