mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
python3-ruamel.yaml.clib: add missing python3 dependency
This commit is contained in:
parent
c8162dba6d
commit
cab57c8a45
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue