mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
python3-yaml: add missing python3 dependency
This commit is contained in:
parent
6b93fcb48e
commit
63fc490f37
1 changed files with 2 additions and 1 deletions
|
@ -1,11 +1,12 @@
|
||||||
# Template file for 'python3-yaml'
|
# Template file for 'python3-yaml'
|
||||||
pkgname=python3-yaml
|
pkgname=python3-yaml
|
||||||
version=5.4.1
|
version=5.4.1
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="PyYAML-${version}"
|
wrksrc="PyYAML-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools python3-Cython"
|
hostmakedepends="python3-setuptools python3-Cython"
|
||||||
makedepends="libyaml-devel python3-devel"
|
makedepends="libyaml-devel python3-devel"
|
||||||
|
depends="python3"
|
||||||
short_desc="YAML parser and emitter for Python 3"
|
short_desc="YAML parser and emitter for Python 3"
|
||||||
maintainer="Peter Bui <pbui@github.bx612.space>"
|
maintainer="Peter Bui <pbui@github.bx612.space>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
|
Loading…
Add table
Reference in a new issue