python3-babelfish: add missing python3 dependency
This commit is contained in:
parent
46f99d8530
commit
f9def393d0
1 changed files with 2 additions and 1 deletions
|
@ -1,10 +1,11 @@
|
|||
# Template file for 'python3-babelfish'
|
||||
pkgname=python3-babelfish
|
||||
version=0.6.0
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="babelfish-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3"
|
||||
short_desc="Module to work with countries and languages (Python3)"
|
||||
maintainer="Daniel Santana <daniel@santana.tech>"
|
||||
license="BSD-3-Clause"
|
||||
|
|
Loading…
Reference in a new issue