Bug 1328218 - python-keyring: missing dependency on python-SecretStorage
Summary: python-keyring: missing dependency on python-SecretStorage
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: python-keyring
Version: 25
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Christopher Tubbs
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On: 1328216
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-04-18 18:21 UTC by Maciek Borzecki
Modified: 2016-12-29 07:19 UTC (History)
2 users (show)

Fixed In Version: python-keyring-9.0-5.fc25
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-12-29 07:19:22 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.