FS#75951 - [python-keyring] Missing dependency on jaraco.classes

Attached to Project: Community Packages
Opened by Felix Yan (felixonmars) - Monday, 19 September 2022, 22:28 GMT
Last edited by David Runge (dvzrv) - Monday, 26 September 2022, 10:00 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Filipe Laíns (FFY00)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
python-keyring is missing a dependency on python-jaraco.classes. This is currently breaking poetry:

ERROR Missing dependencies:
poetry>=0.12
keyring (>=21.2.0) -> jaraco.classes

The dependency is listed at: https://github.com/jaraco/keyring/blob/v23.9.0/setup.cfg#L27

Additional info:
* package version(s)
python-keyring 23.9.0-1
This task depends upon

Closed by  David Runge (dvzrv)
Monday, 26 September 2022, 10:00 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed with python-keyring 23.9.3-1
Comment by Canopus (Canopus) - Tuesday, 20 September 2022, 06:05 GMT
As it turns out missing python-jaraco.classes also breaks OMEMO with current Gajim 1.5.x

Loading...