python3-babelfish: add missing python3 dependency

This commit is contained in:
Michal Vasilek 2022-01-05 00:53:01 +01:00
parent 46f99d8530
commit f9def393d0

View file

@ -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"