From a9af305d93f17be5c7229e4096d46fb02543f220 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 19 Jan 2025 17:16:06 +0100 Subject: [PATCH] python-scikit-image: remove unused optdepends on freeimage scikit-image removed support for freeimage in 0.13 --- mingw-w64-python-scikit-image/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-scikit-image/PKGBUILD b/mingw-w64-python-scikit-image/PKGBUILD index 071a073d42455..9f16822a3b3f7 100644 --- a/mingw-w64-python-scikit-image/PKGBUILD +++ b/mingw-w64-python-scikit-image/PKGBUILD @@ -6,7 +6,7 @@ _realname=scikit-image pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") pkgver=0.25.0 -pkgrel=1 +pkgrel=2 pkgdesc='Image processing routines for SciPy (mingw-w64)' arch=('any') mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') @@ -38,7 +38,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest>=7.0" "${MINGW_PACKAGE_PREFIX}-python-pytest-cov>=2.11.0" "${MINGW_PACKAGE_PREFIX}-python-pytest-localserver" "${MINGW_PACKAGE_PREFIX}-python-pooch") -optdepends=("${MINGW_PACKAGE_PREFIX}-freeimage: for reading various types of image file formats" +optdepends=( "${MINGW_PACKAGE_PREFIX}-python-pyamg: fast cg_mg mode of random walker segmentation") options=('!strip' '!emptydirs') source=("https://pypi.org/packages/source/${_pyname::1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")