rust: Use build host Python
authorJeffery To <redacted>
Sat, 30 Sep 2023 08:49:11 +0000 (16:49 +0800)
committerJeffery To <redacted>
Wed, 11 Oct 2023 07:50:21 +0000 (15:50 +0800)
The build system already requires Python to be installed.

Signed-off-by: Jeffery To <redacted>
lang/rust/Makefile

index 096b225c39694715b30c1249c5b2b80ce0c38fdb..63c587beb6d080373d94f18e5a9743e755d60374 100644 (file)
@@ -17,7 +17,6 @@ PKG_MAINTAINER:=Luca Barbato <lu_zero@luminem.org>
 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
git clone https://git.99rst.org/PROJECT