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:
@@ -6,7 +6,7 @@ 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 webkit2gtk-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 python3-six python3-numpy python3-Pillow"
|
||||||
short_desc="Python bindings for wxWidgets"
|
short_desc="Python bindings for wxWidgets"
|
||||||
|
|||||||
Reference in New Issue
Block a user