From 67f08ea49c6d3f41fda8c627346390b7df8fcfd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sun, 26 Jan 2020 20:42:32 +0100 Subject: [PATCH] yturl: needs texinfo in hostmakedepends --- srcpkgs/yturl/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/yturl/template b/srcpkgs/yturl/template index ee14b77b5a0..bc9e6e418c2 100644 --- a/srcpkgs/yturl/template +++ b/srcpkgs/yturl/template @@ -4,9 +4,8 @@ version=2.0.2 revision=4 archs=noarch build_style=python3-module -hostmakedepends="python3-setuptools" +hostmakedepends="python3-setuptools texinfo" depends="python3-setuptools python3-requests python3-six" -pycompile_module="yturl.py" short_desc="YouTube videos on the command line" maintainer="Diogo Leal " license="Public Domain"