aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-jsonschema
diff options
context:
space:
mode:
authorAdam Dobrawy <ad-m@users.noreply.github.com>2019-11-17 06:04:16 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-11-17 06:24:20 +0100
commit26a96938f1969cc266b30759b9d6a172b0aa313b (patch)
tree14f5f48e015720f3d10e8cc5739f0a2430356e72 /community/py3-jsonschema
parent817855a49cc7dab45b177b59c72e8c3d85cd8003 (diff)
downloadaports-26a96938f1969cc266b30759b9d6a172b0aa313b.tar.bz2
aports-26a96938f1969cc266b30759b9d6a172b0aa313b.tar.xz
community/py3-jsonschema: Add dependency 'py3-importlib-metadata'
Diffstat (limited to 'community/py3-jsonschema')
-rw-r--r--community/py3-jsonschema/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-jsonschema/APKBUILD b/community/py3-jsonschema/APKBUILD
index 043ab824e8..efa3773c96 100644
--- a/community/py3-jsonschema/APKBUILD
+++ b/community/py3-jsonschema/APKBUILD
@@ -3,12 +3,12 @@
pkgname=py3-jsonschema
_pkgname=jsonschema
pkgver=3.1.1
-pkgrel=0
+pkgrel=1
pkgdesc="An implementation of JSON Schema validation for Python"
url="https://github.com/Julian/jsonschema"
arch="noarch"
license="MIT"
-depends="python3 py3-pyrsistent py3-attrs py3-setuptools py3-six"
+depends="python3 py3-pyrsistent py3-attrs py3-setuptools py3-six py3-importlib-metadata"
checkdepends="py3-twisted py3-pytest"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver