mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
python3-listparser: add python3 to dependencies
This commit is contained in:
parent
e03e5424a8
commit
c0759c359e
1 changed files with 2 additions and 1 deletions
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 'python3-listparser'
|
# Template file for 'python3-listparser'
|
||||||
pkgname=python3-listparser
|
pkgname=python3-listparser
|
||||||
version=0.18
|
version=0.18
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="listparser-$version"
|
wrksrc="listparser-$version"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3"
|
||||||
short_desc="Parse subscription lists in Python"
|
short_desc="Parse subscription lists in Python"
|
||||||
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
||||||
license="LGPL-3.0-or-later"
|
license="LGPL-3.0-or-later"
|
||||||
|
|
Loading…
Add table
Reference in a new issue