python3-ruamel.yaml: add missing python3 dependency

This commit is contained in:
Michal Vasilek 2022-01-05 00:53:10 +01:00
parent cab57c8a45
commit 37afdf6da7

View file

@ -1,11 +1,12 @@
# Template file for 'python3-ruamel.yaml' # Template file for 'python3-ruamel.yaml'
pkgname=python3-ruamel.yaml pkgname=python3-ruamel.yaml
version=0.16.12 version=0.16.12
revision=3 revision=4
wrksrc="ruamel.yaml-${version}" wrksrc="ruamel.yaml-${version}"
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
makedepends="python3-devel" makedepends="python3-devel"
depends="python3"
short_desc="YAML parser/emitter in Python 3" short_desc="YAML parser/emitter in Python 3"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT" license="MIT"