From: Jeffery To Date: Sat, 30 Sep 2023 08:49:11 +0000 (+0800) Subject: rust: Use build host Python X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=a00dae9ed071030426a9e2c624aec58bb62538f0;p=openwrt-packages.git rust: Use build host Python The build system already requires Python to be installed. Signed-off-by: Jeffery To --- diff --git a/lang/rust/Makefile b/lang/rust/Makefile index 096b225c3..63c587beb 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