python3-json5: add missing python3 dependency

This commit is contained in:
Michal Vasilek 2022-01-05 00:53:05 +01:00
parent 59b88c1c9e
commit b1a7b874ee

View file

@ -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>"