python3-Levenshtein: add missing python3 dependency
This commit is contained in:
parent
910a4b839c
commit
624e505526
1 changed files with 2 additions and 1 deletions
|
@ -1,11 +1,12 @@
|
|||
# Template file for 'python3-Levenshtein'
|
||||
pkgname=python3-Levenshtein
|
||||
version=0.12.0
|
||||
revision=6
|
||||
revision=7
|
||||
wrksrc=python-Levenshtein-$version
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-devel python3-setuptools"
|
||||
makedepends="python3-devel"
|
||||
depends="python3"
|
||||
short_desc="Functions for computation of distance and string similarity (Python3)"
|
||||
maintainer="bra1nwave <brainwave@openmailbox.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
|
|
Loading…
Reference in a new issue