mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
micropython: remove unnecessary libc, libm, libdl dependencies
Signed-off-by: Steven Barth <steven@midlink.org>
This commit is contained in:
@@ -31,7 +31,7 @@ define Package/micropython
|
||||
CATEGORY:=Languages
|
||||
TITLE:=Micro Python
|
||||
URL:=http://micropython.org
|
||||
DEPENDS:=+libc +libffi +libdl +libm
|
||||
DEPENDS:=+libffi
|
||||
endef
|
||||
|
||||
define Package/micropython/description
|
||||
|
||||
Reference in New Issue
Block a user