teeworlds: requires python on the builder?

Not sure why this builds locally but not on the builder
This commit is contained in:
PulkoMandy
2024-08-24 17:20:06 +02:00
parent dcd16f29b2
commit 3ffc0aece3

View File

@@ -46,6 +46,7 @@ BUILD_PREREQUIRES="
cmd:cmake
cmd:gcc$secondaryArchSuffix
cmd:make
cmd:python3
"
BUILD()