python-keyring: depend on python-SecretStorage
This commit is contained in:
parent
63b5113b94
commit
54805e7f3f
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue