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 #38229.
  • Loading branch information
Krul Ceter authored and leahneukirchen committed Nov 12, 2022
1 parent 699e0c0 commit 1a2a9cf
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 1a2a9cf

Please sign in to comment.