Skip to content

Commit

Permalink
teeworlds: replace python with python3 in hostmakedepends
Browse files Browse the repository at this point in the history
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#38229.
  • Loading branch information
Krul Ceter authored and zdykstra committed Nov 14, 2022
1 parent bce5273 commit 47632bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion srcpkgs/teeworlds/template
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"
Expand Down

0 comments on commit 47632bf

Please sign in to comment.