wxPython: remove unused webkit2gtk makedep
wxPython requires wxWidgets to be built with webview enabled, but it doesn't use webkit directly and doesn't appear to direclty need webkit2gtk.
This commit is contained in:
parent
3fb4eb7c0c
commit
9820e009eb
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ build_style=python3-module
|
|||
make_build_args="--skip-build"
|
||||
make_install_args="--skip-build"
|
||||
hostmakedepends="pkg-config python3-setuptools python3-pathlib2 python3-Cython0.29"
|
||||
makedepends="python3-devel wxWidgets-gtk3-devel SDL2-devel webkit2gtk-devel
|
||||
makedepends="python3-devel wxWidgets-gtk3-devel SDL2-devel
|
||||
gst-plugins-base1-devel"
|
||||
depends="python3 python3-six python3-numpy python3-Pillow"
|
||||
short_desc="Python bindings for wxWidgets"
|
||||
|
|
Loading…
Add table
Reference in a new issue