wxPython: fix runtime dependencies
This commit is contained in:
parent
d7873cadb9
commit
6210f4bae8
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'wxPython'
|
# Template file for 'wxPython'
|
||||||
pkgname=wxPython
|
pkgname=wxPython
|
||||||
version=4.2.1
|
version=4.2.1
|
||||||
revision=4
|
revision=5
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
make_build_args="--skip-build"
|
make_build_args="--skip-build"
|
||||||
make_install_args="--skip-build"
|
make_install_args="--skip-build"
|
||||||
hostmakedepends="pkg-config python3-setuptools python3-pathlib2 python3-Cython0.29"
|
hostmakedepends="pkg-config python3-setuptools python3-pathlib2 python3-Cython0.29"
|
||||||
makedepends="python3-devel wxWidgets-gtk3-devel SDL2-devel
|
makedepends="python3-devel wxWidgets-gtk3-devel SDL2-devel
|
||||||
gst-plugins-base1-devel"
|
gst-plugins-base1-devel"
|
||||||
depends="python3 python3-six python3-numpy python3-Pillow"
|
depends="python3-six"
|
||||||
short_desc="Python bindings for wxWidgets"
|
short_desc="Python bindings for wxWidgets"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="custom:wxWindows"
|
license="custom:wxWindows"
|
||||||
|
|
Loading…
Reference in New Issue