python3-imageio: freeimage is not required for tests

This commit is contained in:
Andrew J. Hesford
2026-07-07 13:06:12 -04:00
parent 6657d4057b
commit fd664f506b
+1 -2
View File
@@ -9,8 +9,7 @@ make_check_args="--ignore=tests/test_pillow.py --ignore=tests/test_ffmpeg.py
-k not((test_format_manager)or(test_preferring_arbitrary)or(test_missing_format)or(test_format_hint))"
hostmakedepends="python3-setuptools python3-wheel"
depends="python3-numpy python3-Pillow"
checkdepends="python3-pytest python3-tifffile python3-psutil
git libglvnd freeimage $depends"
checkdepends="python3-pytest python3-tifffile python3-psutil git libglvnd $depends"
short_desc="Python library for reading and writing image data"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="BSD-2-Clause"