]> git.ipfire.org Git - pbs.git/commit
decorators: Drop the lazy_property decorator
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 10 Feb 2025 15:05:30 +0000 (15:05 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 10 Feb 2025 15:05:30 +0000 (15:05 +0000)
commit9ee191a46f5f387e677a7e3473271f984308f6f0
tree2fdde727ffc2553c389d9afeaecc7539c0b7c796
parent271bd56ab10db530626b0e170f898b9a64fe7bbc
decorators: Drop the lazy_property decorator

We don't need this to be settable any more, so therefore we can use the
functools.cached_property decorator that comes with the standard
distribution.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/buildservice/builds.py
src/buildservice/decorators.py
src/buildservice/messages.py
src/buildservice/packages.py
src/buildservice/repos.py
src/buildservice/users.py