aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-keyring
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-03-14 01:24:07 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-03-14 01:26:24 -0300
commit1eac9997fee6bd5da08965a175339fac0a3ee0e7 (patch)
tree1fc1e9922c072abdf9baab51a3f1e96f52e51392 /testing/py3-keyring
parent1617eacc0e89b3a65771c503e42faef5085b0a4b (diff)
downloadaports-1eac9997fee6bd5da08965a175339fac0a3ee0e7.tar.bz2
aports-1eac9997fee6bd5da08965a175339fac0a3ee0e7.tar.xz
testing/py3-keyring: depend on py3-jeepney
Diffstat (limited to 'testing/py3-keyring')
-rw-r--r--testing/py3-keyring/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-keyring/APKBUILD b/testing/py3-keyring/APKBUILD
index e7d778739e..3279982781 100644
--- a/testing/py3-keyring/APKBUILD
+++ b/testing/py3-keyring/APKBUILD
@@ -1,12 +1,12 @@
# Maintainer: opal hart <opal@wowana.me>
pkgname=py3-keyring
pkgver=21.1.1
-pkgrel=0
+pkgrel=1
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 py3-entrypoints py3-secretstorage"
+depends="python3 py3-setuptools py3-entrypoints py3-secretstorage py3-jeepney"
source="https://files.pythonhosted.org/packages/source/k/keyring/keyring-$pkgver.tar.gz"
builddir="$srcdir"/keyring-$pkgver