From 4a4b5a4e0bd26cebde01a322838043061ec62f5c Mon Sep 17 00:00:00 2001 From: Tobias Mueller Date: Mon, 16 Oct 2023 15:16:00 +0200 Subject: [PATCH] dependencies: Depend on python3-serial only to avoid heavy python package python3-serial depends on python3-light which is hopefully, well, lighter. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e195f74..49dd968 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ include $(INCLUDE_DIR)/package.mk define Package/blue-merle SECTION:=utils CATEGORY:=Utilities - EXTRA_DEPENDS:=luci-base, gl-sdk4-mcu, coreutils-shred, python3, python3-pyserial + EXTRA_DEPENDS:=luci-base, gl-sdk4-mcu, coreutils-shred, python3-pyserial TITLE:=Anonymity Enhancements for GL-E750 Mudi endef