python-keyring: depend on python-SecretStorage

This commit is contained in:
Helmut Pozimski 2017-06-16 08:23:40 +02:00 committed by Michael Aldridge
parent 63b5113b94
commit 54805e7f3f

View file

@ -1,12 +1,12 @@
# Template file for 'python-keyring'
pkgname=python-keyring
version=10.3.3
revision=1
revision=2
noarch=yes
wrksrc="keyring-${version}"
build_style=python-module
hostmakedepends="python-setuptools python3-setuptools"
depends="python-setuptools"
depends="python-setuptools python-SecretStorage"
pycompile_module="keyring"
short_desc="Python2 interface to the system keyring service"
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
@ -25,7 +25,7 @@ pre_build() {
python3-keyring_package() {
noarch=yes
pycompile_module="keyring"
depends="python3-setuptools"
depends="python3-setuptools python3-SecretStorage"
replaces="python3.4-keyring>=0"
short_desc="${short_desc/Python2/Python3}"
alternatives="keyring:keyring:/usr/bin/keyring3"