python3-ruamel.yaml.clib: add missing python3 dependency

This commit is contained in:
Michal Vasilek 2022-01-05 00:53:09 +01:00
parent c8162dba6d
commit cab57c8a45

View file

@ -1,11 +1,12 @@
# Template file for 'python3-ruamel.yaml.clib' # Template file for 'python3-ruamel.yaml.clib'
pkgname=python3-ruamel.yaml.clib pkgname=python3-ruamel.yaml.clib
version=0.2.6 version=0.2.6
revision=2 revision=3
wrksrc="ruamel.yaml.clib-${version}" wrksrc="ruamel.yaml.clib-${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="Reader, parser and emitter for ruamel.yaml (Python3)" short_desc="Reader, parser and emitter for ruamel.yaml (Python3)"
maintainer="Andrew Benson <abenson+void@gmail.com>" maintainer="Andrew Benson <abenson+void@gmail.com>"
license="MIT" license="MIT"