From 3b35f13c7bcd887b942d1337ef177c0be4db5938 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Thu, 6 Jan 2022 23:29:42 +0100 Subject: [PATCH] python3-enchant: add missing python3 dependency --- srcpkgs/python3-enchant/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"