FS#62559 - [python2-secretstorage] 1:3.1.1-1 does not support python2

Attached to Project: Community Packages
Opened by Ewew Ukek (ewew) - Monday, 06 May 2019, 12:52 GMT
Last edited by Filipe Laíns (FFY00) - Thursday, 16 May 2019, 14:28 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Filipe Laíns (FFY00)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
SecretStorage dropped python2 support since version 3.0.0

Steps to reproduce:
- install python2-secretstorage
- run python2
>>> import secretstorage
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python2.7/site-packages/secretstorage/__init__.py", line 23
def dbus_init() -> DBusConnection:
^
SyntaxError: invalid syntax
This task depends upon

Closed by  Filipe Laíns (FFY00)
Thursday, 16 May 2019, 14:28 GMT
Reason for closing:  Fixed

Loading...