python3-simplejson: add missing python3 dependency

This commit is contained in:
Michal Vasilek 2022-01-05 00:53:10 +01:00
parent 8289d45ffc
commit 4f57142bb7

View file

@ -1,11 +1,12 @@
# Template file for 'python3-simplejson' # Template file for 'python3-simplejson'
pkgname=python3-simplejson pkgname=python3-simplejson
version=3.17.2 version=3.17.2
revision=2 revision=3
wrksrc="simplejson-${version}" wrksrc="simplejson-${version}"
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
makedepends="python3-devel" makedepends="python3-devel"
depends="python3"
short_desc="Simple, fast, extensible JSON encoder/decoder for Python3" short_desc="Simple, fast, extensible JSON encoder/decoder for Python3"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT, AFL-2.1" license="MIT, AFL-2.1"