aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-03-14 01:25:57 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-03-14 01:26:24 -0300
commit4a762247aa3408a131292d13a26d9197b2bf8fef (patch)
tree76d9ad2bbcf32404898aa08391f923c231382126 /testing
parent1eac9997fee6bd5da08965a175339fac0a3ee0e7 (diff)
downloadaports-4a762247aa3408a131292d13a26d9197b2bf8fef.tar.bz2
aports-4a762247aa3408a131292d13a26d9197b2bf8fef.tar.xz
testing/py3-secretstorage: depend on py3-cryptography
Diffstat (limited to 'testing')
-rw-r--r--testing/py3-secretstorage/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/py3-secretstorage/APKBUILD b/testing/py3-secretstorage/APKBUILD
index 49b17f7524..c6ebdd1d56 100644
--- a/testing/py3-secretstorage/APKBUILD
+++ b/testing/py3-secretstorage/APKBUILD
@@ -3,12 +3,13 @@
pkgname=py3-secretstorage
_pkgname="SecretStorage"
pkgver=3.1.2
-pkgrel=0
+pkgrel=1
pkgdesc="Python bindings to Freedesktop.org Secret Service API"
url="https://github.com/mitya57/secretstorage"
arch="noarch"
license="BSD-3-Clause"
-depends="python3 py3-setuptools"
+depends="python3 py3-cryptography"
+makedepends="py3-setuptools"
source=" https://files.pythonhosted.org/packages/source/S/SecretStorage/SecretStorage-$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver