From f9e98839ee32bdc066338954df68a91097ded104 Mon Sep 17 00:00:00 2001 From: Dominik Hassler Date: Mon, 18 Sep 2023 16:02:15 +0000 Subject: [PATCH] pkg: some python modules require rust --- build/pkg/build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/pkg/build.sh b/build/pkg/build.sh index 36a65c9bd1..2296d162ff 100755 --- a/build/pkg/build.sh +++ b/build/pkg/build.sh @@ -60,6 +60,9 @@ BUILD_DEPENDS_IPS=" : ${PKG_SOURCE_BRANCH:=r$RELVER} VER+="-$PKG_SOURCE_BRANCH" +# some python modules require rust to be built +PATH+=:$OOCEBIN + clone_source() { clone_github_source pkg \ "$PKG_SOURCE_REPO" "$PKG_SOURCE_BRANCH" "$PKG5_CLONE"