aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/tinygo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/tinygo/Makefile b/devel/tinygo/Makefile
index c7117346283c..33fe4109593c 100644
--- a/devel/tinygo/Makefile
+++ b/devel/tinygo/Makefile
@@ -15,7 +15,7 @@ BUILD_DEPENDS= cmake:devel/cmake \
ninja:devel/ninja
TEST_DEPENDS= qemu-system-arm:emulators/qemu
-USES= gmake go:modules,run
+USES= gmake go:modules,run python:build
USE_GITHUB= yes
GH_ACCOUNT= tinygo-org