diff options
author | Marian Buschsieweke <marian.buschsieweke@ovgu.de> | 2019-10-23 15:38:19 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-10-24 04:50:29 -0300 |
commit | 5d12500629fa1be683bd601c43d3205e0512a423 (patch) | |
tree | 64a34696a13b9eff86dd5c5135186fe40449fc38 | |
parent | a7fbbd2a376f139e418b8a12fe08c5c9d97ad8e6 (diff) | |
download | aports-5d12500629fa1be683bd601c43d3205e0512a423.tar.bz2 aports-5d12500629fa1be683bd601c43d3205e0512a423.tar.xz |
testing/py3-keyring: Added missing dependencies
-rw-r--r-- | testing/py3-keyring/APKBUILD | 2 |
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 |