mirror of
https://github.com/srlabs/blue-merle.git
synced 2025-01-02 19:10:49 -05:00
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:
parent
4f584b4b6c
commit
4a4b5a4e0b
2
Makefile
2
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user