aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-keyring
diff options
context:
space:
mode:
authorMarian Buschsieweke <marian.buschsieweke@ovgu.de>2019-10-23 15:38:19 +0200
committerLeo <thinkabit.ukim@gmail.com>2019-10-24 04:50:29 -0300
commit5d12500629fa1be683bd601c43d3205e0512a423 (patch)
tree64a34696a13b9eff86dd5c5135186fe40449fc38 /testing/py3-keyring
parenta7fbbd2a376f139e418b8a12fe08c5c9d97ad8e6 (diff)
downloadaports-5d12500629fa1be683bd601c43d3205e0512a423.tar.bz2
aports-5d12500629fa1be683bd601c43d3205e0512a423.tar.xz
testing/py3-keyring: Added missing dependencies
Diffstat (limited to 'testing/py3-keyring')
-rw-r--r--testing/py3-keyring/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-keyring/APKBUILD b/testing/py3-keyring/APKBUILD
index 69a26db43e..b1fb51057e 100644
--- a/testing/py3-keyring/APKBUILD
+++ b/testing/py3-keyring/APKBUILD
@@ -7,7 +7,7 @@ pkgdesc="Access the system keyring service from Python"
url="https://github.com/jaraco/keyring"
arch="noarch"
license="GPL-3.0-only"
-depends="python3 py3-setuptools"
+depends="python3 py3-setuptools py3-entrypoints py3-secretstorage"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver