dependencies: Depend on python3-serial only to avoid heavy python package

python3-serial depends on python3-light which is hopefully, well,
lighter.
This commit is contained in:
Tobias Mueller 2023-10-16 15:16:00 +02:00
parent 4f584b4b6c
commit 4a4b5a4e0b

View File

@ -12,7 +12,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/blue-merle define Package/blue-merle
SECTION:=utils SECTION:=utils
CATEGORY:=Utilities 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 TITLE:=Anonymity Enhancements for GL-E750 Mudi
endef endef