python3-vdf: add missing python3 dependency
This commit is contained in:
parent
f45522897d
commit
627b8af96a
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue