teeworlds: replace python with python3 in hostmakedepends

Build instructions in readme.md mention python 3 as a build dependency
in section "Building on Linux or macOS (CMake)", subsection "Installing
dependencies".

Related to void-linux/void-packages#38229.
This commit is contained in:
Krul Ceter 2022-11-12 05:59:43 +03:00 committed by Leah Neukirchen
parent 699e0c0081
commit 1a2a9cfca0
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
pkgname=teeworlds
version=0.7.5
revision=2
hostmakedepends="bam python pkg-config"
hostmakedepends="bam python3 pkg-config"
makedepends="zlib-devel SDL2-devel glu-devel freetype-devel"
short_desc="Retro multiplayer shooter"
maintainer="Leah Neukirchen <leah@vuxu.org>"