From 33562507fd105022c64a14c948ce4a2574d3a804 Mon Sep 17 00:00:00 2001 From: Nicklas Larsson Date: Mon, 10 Feb 2025 09:14:04 +0100 Subject: [PATCH] py-wxpython-4.0: dependencies clean up --- python/py-wxpython-4.0/Portfile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/python/py-wxpython-4.0/Portfile b/python/py-wxpython-4.0/Portfile index 8dcabffb77e5c..debc94f47d722 100644 --- a/python/py-wxpython-4.0/Portfile +++ b/python/py-wxpython-4.0/Portfile @@ -7,7 +7,7 @@ name py-wxpython-4.0 python.rootname wxPython # check kicad's version before updating version 4.2.2 -revision 0 +revision 1 categories-append graphics devel license wxwidgets-3.1 @@ -43,18 +43,18 @@ if {${name} ne ${subport}} { build_py.patch depends_build-append \ + port:py${python.version}-cython \ + port:py${python.version}-requests \ port:py${python.version}-setuptools \ - port:py${python.version}-requests + port:py${python.version}-sip + depends_lib-append \ port:tiff depends_run-append \ port:py${python.version}-numpy \ - port:py${python.version}-pillow \ - port:py${python.version}-six \ - port:py${python.version}-sip \ - port:py${python.version}-pathlib2 + port:py${python.version}-Pillow set wxpython_options "--no_magic --release --python ${python.bin} --osx_cocoa --nodoc --prefix=${python.prefix}" build {