diff --git a/srcpkgs/python3-enchant/template b/srcpkgs/python3-enchant/template index 88b59dc454b..a679aba7a2d 100644 --- a/srcpkgs/python3-enchant/template +++ b/srcpkgs/python3-enchant/template @@ -1,11 +1,11 @@ # Template file for 'python3-enchant' pkgname=python3-enchant version=3.2.0 -revision=2 +revision=3 wrksrc="pyenchant-${version}" build_style=python3-module hostmakedepends="python3-setuptools enchant2-devel" -depends="enchant2" +depends="python3 enchant2" # needs an en_US dict to run checkdepends="$depends python3-pytest hunspell-en_US" short_desc="Spellchecking library for Python 3"