Skip to content

Commit

Permalink
python-scikit-image: remove unused optdepends on freeimage
Browse files Browse the repository at this point in the history
scikit-image removed support for freeimage in 0.13
  • Loading branch information
lazka committed Jan 19, 2025
1 parent b2619df commit a9af305
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-python-scikit-image/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down Expand Up @@ -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")
Expand Down

0 comments on commit a9af305

Please sign in to comment.