b5453cf flatpak_builder: restore compatibility with older Python

Authored and Committed by otaylor 3 years ago
    flatpak_builder: restore compatibility with older Python
    
    Don't use functools.cache, which was introduced in python-3.8; use
    functools.lru_cache instead.