python3-pygame: add missing python3 dependency
This commit is contained in:
parent
25c0ffa5fc
commit
7df8380218
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-pygame'
|
# Template file for 'python3-pygame'
|
||||||
pkgname=python3-pygame
|
pkgname=python3-pygame
|
||||||
version=2.0.1
|
version=2.0.1
|
||||||
revision=3
|
revision=4
|
||||||
wrksrc="pygame-${version}"
|
wrksrc="pygame-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
make_build_args="cython"
|
make_build_args="cython"
|
||||||
|
@ -9,6 +9,7 @@ hostmakedepends="pkg-config python3-setuptools python3-Cython
|
||||||
SDL2_mixer-devel SDL2_image-devel SDL2_ttf-devel libjpeg-turbo-devel portmidi-devel"
|
SDL2_mixer-devel SDL2_image-devel SDL2_ttf-devel libjpeg-turbo-devel portmidi-devel"
|
||||||
makedepends="python3-devel SDL2_mixer-devel SDL2_image-devel
|
makedepends="python3-devel SDL2_mixer-devel SDL2_image-devel
|
||||||
SDL2_ttf-devel libjpeg-turbo-devel portmidi-devel"
|
SDL2_ttf-devel libjpeg-turbo-devel portmidi-devel"
|
||||||
|
depends="python3"
|
||||||
short_desc="Collection of Python modules for writing games (Python3)"
|
short_desc="Collection of Python modules for writing games (Python3)"
|
||||||
maintainer="Archaeme <normandy@firemail.cc>"
|
maintainer="Archaeme <normandy@firemail.cc>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue