python3-pygame: add missing python3 dependency

This commit is contained in:
Michal Vasilek 2022-01-05 00:53:09 +01:00
parent 25c0ffa5fc
commit 7df8380218

View file

@ -1,7 +1,7 @@
# Template file for 'python3-pygame'
pkgname=python3-pygame
version=2.0.1
revision=3
revision=4
wrksrc="pygame-${version}"
build_style=python3-module
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"
makedepends="python3-devel SDL2_mixer-devel SDL2_image-devel
SDL2_ttf-devel libjpeg-turbo-devel portmidi-devel"
depends="python3"
short_desc="Collection of Python modules for writing games (Python3)"
maintainer="Archaeme <normandy@firemail.cc>"
license="LGPL-2.1-or-later"