mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
python3-dominate: add missing python3 dependency
This commit is contained in:
parent
a8d946b967
commit
9919f3dbfb
1 changed files with 2 additions and 1 deletions
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 'python3-dominate'
|
# Template file for 'python3-dominate'
|
||||||
pkgname=python3-dominate
|
pkgname=python3-dominate
|
||||||
version=2.6.0
|
version=2.6.0
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="dominate-${version}"
|
wrksrc="dominate-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3"
|
||||||
short_desc="Library for creating and manipulating HTML (Python3)"
|
short_desc="Library for creating and manipulating HTML (Python3)"
|
||||||
maintainer="Benjamín Albiñana <benalb@gmail.com>"
|
maintainer="Benjamín Albiñana <benalb@gmail.com>"
|
||||||
license="LGPL-3.0-or-later"
|
license="LGPL-3.0-or-later"
|
||||||
|
|
Loading…
Add table
Reference in a new issue