From 6210f4bae8f3748f2c1ea0c420dfdc8bbfd9b96d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 1 Jul 2024 13:08:40 -0400 Subject: [PATCH] wxPython: fix runtime dependencies --- srcpkgs/wxPython/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/wxPython/template b/srcpkgs/wxPython/template index 7f4c8a21e18..0d29630771a 100644 --- a/srcpkgs/wxPython/template +++ b/srcpkgs/wxPython/template @@ -1,14 +1,14 @@ # Template file for 'wxPython' pkgname=wxPython version=4.2.1 -revision=4 +revision=5 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 gst-plugins-base1-devel" -depends="python3 python3-six python3-numpy python3-Pillow" +depends="python3-six" short_desc="Python bindings for wxWidgets" maintainer="Orphaned " license="custom:wxWindows"