kdePackages: use stable metadata file, update metadata

This commit is contained in:
K900 2024-04-12 21:00:02 +03:00
parent 97390e1d60
commit 8cff9765db
3 changed files with 18 additions and 68 deletions

View file

@ -122,10 +122,7 @@ class KDERepoMetadata:
dep_graph={},
)
dep_specs = [
"dependency-data-common",
"dependency-data-kf6-qt6"
]
dep_specs = ["dependency-data-stable-kf6-qt6"]
dep_graph = collections.defaultdict(set)
for spec in dep_specs: