jc: add missing depends
This commit is contained in:
parent
b56906ed41
commit
991988446e
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'jc'
|
# Template file for 'jc'
|
||||||
pkgname=jc
|
pkgname=jc
|
||||||
version=1.18.6
|
version=1.18.6
|
||||||
revision=1
|
revision=2
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-Pygments"
|
depends="python3-Pygments python3-ruamel.yaml python3-xmltodict"
|
||||||
checkdepends="python3-pytest $depends"
|
checkdepends="python3-pytest $depends"
|
||||||
short_desc="Convert to JSON"
|
short_desc="Convert to JSON"
|
||||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||||
|
|
Loading…
Reference in a new issue