python3-jellyfish: add missing python3 dependency

This commit is contained in:
Michal Vasilek 2022-01-05 00:53:05 +01:00
parent a7aab7ccdc
commit 59b88c1c9e

View file

@ -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 <duncaen@voidlinux.org>"