aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/py3-jsonschema-gns3/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-jsonschema-gns3/APKBUILD b/community/py3-jsonschema-gns3/APKBUILD
index 0a6551cffe..1a924894e4 100644
--- a/community/py3-jsonschema-gns3/APKBUILD
+++ b/community/py3-jsonschema-gns3/APKBUILD
@@ -3,12 +3,12 @@
pkgname=py3-jsonschema-gns3
_pkgname=jsonschema
pkgver=2.6.0
-pkgrel=0
+pkgrel=1
pkgdesc="An implementation of JSON Schema validation for Python - GNS3 compatible version"
url="https://github.com/Julian/jsonschema"
arch="noarch"
license="MIT"
-depends="py3-pyrsistent py-attrs !py3-jsonschema"
+depends="py3-pyrsistent py3-attrs !py3-jsonschema"
makedepends="python3-dev"
options="!check" # py3-twisted missing
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"