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'
|
# Template file for 'python3-jellyfish'
|
||||||
pkgname=python3-jellyfish
|
pkgname=python3-jellyfish
|
||||||
version=0.8.9
|
version=0.8.9
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="jellyfish-${version}"
|
wrksrc="jellyfish-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
make_check_target=build/lib.*/jellyfish/test.py
|
make_check_target=build/lib.*/jellyfish/test.py
|
||||||
hostmakedepends=" python3-setuptools"
|
hostmakedepends=" python3-setuptools"
|
||||||
makedepends="python3-devel"
|
makedepends="python3-devel"
|
||||||
|
depends="python3"
|
||||||
checkdepends="python3-pytest"
|
checkdepends="python3-pytest"
|
||||||
short_desc="Python3 library for approximate and phonetic matching of strings"
|
short_desc="Python3 library for approximate and phonetic matching of strings"
|
||||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue