From f9def393d01e7012f068861f4216c47c3c0ee3ac Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Wed, 5 Jan 2022 00:53:01 +0100 Subject: [PATCH] python3-babelfish: add missing python3 dependency --- srcpkgs/python3-babelfish/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python3-babelfish/template b/srcpkgs/python3-babelfish/template index d49b7c7b23c..fa17be91a4d 100644 --- a/srcpkgs/python3-babelfish/template +++ b/srcpkgs/python3-babelfish/template @@ -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 " license="BSD-3-Clause"