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