From: Steven Barth Date: Mon, 18 Aug 2014 05:40:44 +0000 (+0200) Subject: micropython: remove unnecessary libc, libm, libdl dependencies X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=21bbbcde12cc857867839374041c79a270ead2b7;p=openwrt-packages.git micropython: remove unnecessary libc, libm, libdl dependencies Signed-off-by: Steven Barth --- diff --git a/lang/micropython/Makefile b/lang/micropython/Makefile index 0d4e3e778..0825bd9f1 100644 --- a/lang/micropython/Makefile +++ b/lang/micropython/Makefile @@ -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 @@ -55,4 +55,4 @@ define Package/micropython/install $(INSTALL_BIN) $(PKG_BUILD_DIR)/unix/micropython $(1)/usr/bin/micropython endef -$(eval $(call BuildPackage,micropython)) \ No newline at end of file +$(eval $(call BuildPackage,micropython))