Bug 1328218

Summary: python-keyring: missing dependency on python-SecretStorage
Product: [Fedora] Fedora Reporter: Maciek Borzecki <maciek.borzecki>
Component: python-keyringAssignee: Christopher Tubbs <ctubbsii>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 25CC: i, rtnpro
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: python-keyring-9.0-5.fc25 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-12-29 07:19:22 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1328216    
Bug Blocks:    

Description Maciek Borzecki 2016-04-18 18:21:15 UTC
Description of problem:

Tring to use keyring.backends.SecretService backend, one gets the following backtrace:
  File "/usr/lib/python2.7/site-packages/keyring/backends/SecretService.py", line 53, in get_password
    collection = self.get_default_collection()
  File "/usr/lib/python2.7/site-packages/keyring/backends/SecretService.py", line 39, in get_default_collection
    bus = secretstorage.dbus_init()
NameError: global name 'secretstorage' is not defined

Version-Release number of selected component (if applicable):
python-keyring-5.0-2.fc23.noarch

Steps to Reproduce:
1. start python
run the following:

from keyring.backends.SecretService import Keyring
k = Keyring()
k.set_password('foo', 'bar', 'baz')


Additional info:

Once proper dependency on python-SecretStorage is present, #1328216 will be a problem

Comment 1 Fedora Admin XMLRPC Client 2016-11-21 19:22:20 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 2 Fedora End Of Life 2016-11-25 07:23:36 UTC
This message is a reminder that Fedora 23 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 23. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as EOL if it remains open with a Fedora  'version'
of '23'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 23 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 3 Fedora Update System 2016-12-21 01:32:01 UTC
python-keyring-9.0-5.fc25 has been submitted as an update to Fedora 25. https://bodhi.fedoraproject.org/updates/FEDORA-2016-1b270b9769

Comment 4 Fedora Update System 2016-12-21 15:51:14 UTC
python-keyring-9.0-5.fc25 has been pushed to the Fedora 25 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-1b270b9769

Comment 5 Fedora Update System 2016-12-29 07:19:22 UTC
python-keyring-9.0-5.fc25 has been pushed to the Fedora 25 stable repository. If problems still persist, please make note of it in this bug report.