python3-jellyfish: add missing python3 dependency
This commit is contained in:
parent
a7aab7ccdc
commit
59b88c1c9e
1 changed files with 2 additions and 1 deletions
|
@ -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>"
|
||||
|
|
Loading…
Reference in a new issue