Public bug reported:
UbuntuDrivers should not hash the apt.Cache. It was accidentally broken
to be not-hashable as a side-effect, but it really should not be
hashable, so please fix it for the next cycle at least.
- File "/usr/lib/python3/dist-packages/UbuntuDrivers/detect.py", line 145, in
packages_for_modalias
- apt_cache_hash = hash(apt_cache)
- TypeError: unhashable type: 'Cache'
(hash is identical to id for the cache right now I guess)
** Affects: ubuntu-drivers-common (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to ubuntu-drivers-common in Ubuntu.
https://bugs.launchpad.net/bugs/1758450
Title:
Should not hash apt.Cache
Status in ubuntu-drivers-common package in Ubuntu:
New
Bug description:
UbuntuDrivers should not hash the apt.Cache. It was accidentally
broken to be not-hashable as a side-effect, but it really should not
be hashable, so please fix it for the next cycle at least.
- File "/usr/lib/python3/dist-packages/UbuntuDrivers/detect.py", line 145,
in packages_for_modalias
- apt_cache_hash = hash(apt_cache)
- TypeError: unhashable type: 'Cache'
(hash is identical to id for the cache right now I guess)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-drivers-common/+bug/1758450/+subscriptions
--
Mailing list: https://launchpad.net/~desktop-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help : https://help.launchpad.net/ListHelp