pmb.helpers.pmaports: cache get_list results (!1896)

This commit is contained in:
Daniele Debernardi 2020-03-25 22:42:41 +01:00 committed by Oliver Smith
parent 20de238ff6
commit 11c36fcf65
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
2 changed files with 9 additions and 0 deletions

View file

@ -132,6 +132,7 @@ def add_cache(args):
"pmb.helpers.package.depends_recurse": {},
"pmb.helpers.package.get": {},
"pmb.helpers.pmaports._glob_apkbuilds": {},
"pmb.helpers.pmaports.get_list": {},
"pmb.helpers.repo.update": repo_update})