From c0759c359e4a308bbdeb2b0b35b3d834144cd191 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Thu, 21 Apr 2022 11:38:26 +0200 Subject: [PATCH] python3-listparser: add python3 to dependencies --- srcpkgs/python3-listparser/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python3-listparser/template b/srcpkgs/python3-listparser/template index dfe7ba10083..55bcd24119a 100644 --- a/srcpkgs/python3-listparser/template +++ b/srcpkgs/python3-listparser/template @@ -1,10 +1,11 @@ # Template file for 'python3-listparser' pkgname=python3-listparser version=0.18 -revision=1 +revision=2 wrksrc="listparser-$version" build_style=python3-module hostmakedepends="python3-setuptools" +depends="python3" short_desc="Parse subscription lists in Python" maintainer="Michal Vasilek " license="LGPL-3.0-or-later"