aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-sstash
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2020-03-08 16:25:29 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2020-03-08 16:25:56 +0000
commitfcf732430590f186d5b46f9ed705fb9b2d2825c3 (patch)
tree2189ab0856c69781e991086f94b827dd21c07aa0 /testing/py3-sstash
parentddb0a84096fccdd6739af7ea71c4c6bb88394194 (diff)
downloadaports-fcf732430590f186d5b46f9ed705fb9b2d2825c3.tar.bz2
aports-fcf732430590f186d5b46f9ed705fb9b2d2825c3.tar.xz
testing/py3-sstash: added missing dependency
Fixes: https://gitlab.alpinelinux.org/alpine/aports/issues/11270
Diffstat (limited to 'testing/py3-sstash')
-rw-r--r--testing/py3-sstash/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-sstash/APKBUILD b/testing/py3-sstash/APKBUILD
index 0072f67504..35d7b69418 100644
--- a/testing/py3-sstash/APKBUILD
+++ b/testing/py3-sstash/APKBUILD
@@ -3,12 +3,12 @@
pkgname=py3-sstash
_pkgname=sstash
pkgver=0.17
-pkgrel=2
+pkgrel=3
pkgdesc="A python based on-disk secure stash"
url="https://github.com/realcr/sstash"
arch="noarch"
license="MIT"
-depends="python3 py3-pynacl py3-click"
+depends="python3 py3-pynacl py3-click py3-jsonschema"
makedepends="py3-setuptools py3-pytest"
options="!check" # PYPI tarball has no tests, GitHub has no releases
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"