python3-listparser: add python3 to dependencies

This commit is contained in:
Michal Vasilek 2022-04-21 11:38:26 +02:00
parent e03e5424a8
commit c0759c359e

View file

@ -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 <michal@vasilek.cz>"
license="LGPL-3.0-or-later"