python3-vdf: add missing python3 dependency

This commit is contained in:
Michal Vasilek 2022-01-05 00:53:12 +01:00
parent f45522897d
commit 627b8af96a

View file

@ -1,11 +1,12 @@
# Template file for 'python3-vdf' # Template file for 'python3-vdf'
pkgname=python3-vdf pkgname=python3-vdf
version=3.4 version=3.4
revision=1 revision=2
wrksrc=vdf-${version} wrksrc=vdf-${version}
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
makedepends="python3-setuptools" makedepends="python3-setuptools"
depends="python3"
short_desc="Python library for working with Valve's VDF text format" short_desc="Python library for working with Valve's VDF text format"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT" license="MIT"