From a00dae9ed071030426a9e2c624aec58bb62538f0 Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Sat, 30 Sep 2023 16:49:11 +0800 Subject: [PATCH] rust: Use build host Python The build system already requires Python to be installed. Signed-off-by: Jeffery To --- lang/rust/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/lang/rust/Makefile b/lang/rust/Makefile index 096b225c39..63c587beb6 100644 --- a/lang/rust/Makefile +++ b/lang/rust/Makefile @@ -17,7 +17,6 @@ PKG_MAINTAINER:=Luca Barbato PKG_LICENSE:=Apache-2.0 MIT PKG_LICENSE_FILES:=LICENSE-APACHE LICENSE-MIT -HOST_BUILD_DEPENDS:=python3/host PKG_HOST_ONLY:=1 include $(INCLUDE_DIR)/host-build.mk