#1028491#5
Date:
2023-01-11 21:28:11 UTC
From:
To:
Package: python3-software-properties
Version: 0.99.30-1
Severity: normal
Traceback (most recent call last):
  File "/usr/bin/software-properties-qt", line 36, in <module> from softwareproperties.qt.SoftwarePropertiesQt import SoftwarePropertiesQt
  File "/usr/lib/python3/dist-packages/softwareproperties/qt/SoftwarePropertiesQt.py", line 45, in <module>
    from softwareproperties.SoftwareProperties import SoftwareProperties
  File "/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 62, in <module>
    from softwareproperties.shortcuts import shortcut_handler
  File "/usr/lib/python3/dist-packages/softwareproperties/shortcuts.py", line 23, in <module>
    from softwareproperties.ppa import PPAShortcutHandler
  File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 25, in <module>
    from lazr.restfulclient.errors import (NotFound, BadRequest, Unauthorized)