From 59b88c1c9ec5044a177937782b93712e5264fa45 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Wed, 5 Jan 2022 00:53:05 +0100 Subject: [PATCH] python3-jellyfish: add missing python3 dependency --- srcpkgs/python3-jellyfish/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python3-jellyfish/template b/srcpkgs/python3-jellyfish/template index 5ad74f36794..9a7c4a72a18 100644 --- a/srcpkgs/python3-jellyfish/template +++ b/srcpkgs/python3-jellyfish/template @@ -1,12 +1,13 @@ # Template file for 'python3-jellyfish' pkgname=python3-jellyfish version=0.8.9 -revision=1 +revision=2 wrksrc="jellyfish-${version}" build_style=python3-module make_check_target=build/lib.*/jellyfish/test.py hostmakedepends=" python3-setuptools" makedepends="python3-devel" +depends="python3" checkdepends="python3-pytest" short_desc="Python3 library for approximate and phonetic matching of strings" maintainer="Duncaen "