Skip to content

gfxinfo: fallback to backports.cached-property if not available

Andres Gomez requested to merge tanty/gfxinfo-cached_properties into master

functools' cached_property was only available since python 3.8. The backports.cached-property fallback allows using this module from python 3.6, as advertised.

Additionally, Debian Buster comes with python 3.7.

Signed-off-by: Andres Gomez agomez@igalia.com

Edited by Andres Gomez

Merge request reports