mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
yq: require python3-argcomplete as a runtime dependency
This commit is contained in:
parent
c9b9690557
commit
8dcee73c5a
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'yq'
|
# Template file for 'yq'
|
||||||
pkgname=yq
|
pkgname=yq
|
||||||
version=2.10.0
|
version=2.10.0
|
||||||
revision=1
|
revision=2
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
makedepends="python3-yaml"
|
makedepends="python3-yaml"
|
||||||
depends="python3-setuptools python3-xmltodict python3-yaml python3-toml"
|
depends="python3-setuptools python3-xmltodict python3-yaml python3-toml python3-argcomplete"
|
||||||
checkdepends="jq python3-xmltodict python3-toml"
|
checkdepends="jq python3-xmltodict python3-toml"
|
||||||
short_desc="Command-line YAML processor written in Python that wraps around jq"
|
short_desc="Command-line YAML processor written in Python that wraps around jq"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue