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:
oreo639 2024-02-23 01:25:03 -08:00
parent 3fb4eb7c0c
commit 9820e009eb

View file

@ -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"