diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2019-05-30 07:01:33 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-05-30 07:01:33 +0000 |
commit | 47d39735e4c5bdd56edc465e0ff8cd0be5c40281 (patch) | |
tree | aa3e147f271b521102f892a0a29c4f361b1a6a69 /community/py3-jsonschema-gns3 | |
parent | 5e1cf899ab54d0615f32b8ea5f4d27c28c921f89 (diff) | |
download | aports-47d39735e4c5bdd56edc465e0ff8cd0be5c40281.tar.bz2 aports-47d39735e4c5bdd56edc465e0ff8cd0be5c40281.tar.xz |
community/py3-jsonschema-gns3: fixed dependency from py3 package
Diffstat (limited to 'community/py3-jsonschema-gns3')
-rw-r--r-- | community/py3-jsonschema-gns3/APKBUILD | 4 |
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" |