python3-enchant: hunspell-en_US is now provided by hunspell-en

This commit is contained in:
Gonzalo Tornaría 2025-02-10 22:57:05 -03:00 committed by oreo639
parent a9067dc3b6
commit c8dccc6f99

View file

@ -6,7 +6,7 @@ build_style=python3-module
hostmakedepends="python3-setuptools enchant2-devel"
depends="python3 enchant2"
# needs an en_US dict to run
checkdepends="$depends python3-pytest hunspell-en_US"
checkdepends="$depends python3-pytest hunspell-en"
short_desc="Spellchecking library for Python 3"
maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-2.1-only"