diff options
Diffstat (limited to 'testing')
-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 |