python3-json5: add missing python3 dependency
This commit is contained in:
parent
59b88c1c9e
commit
b1a7b874ee
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 'python3-json5'
|
# Template file for 'python3-json5'
|
||||||
pkgname=python3-json5
|
pkgname=python3-json5
|
||||||
version=0.9.6
|
version=0.9.6
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc=pyjson5-${version}
|
wrksrc=pyjson5-${version}
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3"
|
||||||
checkdepends="python3-pytest python3-hypothesis"
|
checkdepends="python3-pytest python3-hypothesis"
|
||||||
short_desc="Python implementation of the JSON5 data format"
|
short_desc="Python implementation of the JSON5 data format"
|
||||||
maintainer="dkwo <nicolopiazzalunga@gmail.com>"
|
maintainer="dkwo <nicolopiazzalunga@gmail.com>"
|
||||||
|
|
Loading…
Reference in New Issue