1
0

sync with Debian

This commit is contained in:
2025-04-07 12:53:36 +03:00
parent 5205e81720
commit cb529499fc
6 changed files with 84 additions and 26 deletions

View File

@@ -346,8 +346,7 @@ class PackagesBundle:
for item in group:
if package.architecture != arch_all and not item.arches:
item.arches = package.architecture
if package.build_profiles and not item.restrictions:
item.restrictions = package.build_profiles
item.restrictions &= package.build_profiles
build_dep.merge(group)
def write(self) -> None: