mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-02-24 03:41:12 +00:00
BuildDependsPolicy: Add missing build_depends=True to get_dependency_solvers
Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
parent
c195268019
commit
2242821c01
@ -668,7 +668,7 @@ class BuildDependsPolicy(BasePolicy):
|
||||
continue
|
||||
|
||||
# check if the block can be satisfied in the source suite, and list the solving packages
|
||||
packages = get_dependency_solvers(block, binaries_s_a, provides_s_a)
|
||||
packages = get_dependency_solvers(block, binaries_s_a, provides_s_a, build_depends=True)
|
||||
packages = [binaries_s_a[p].source for p in packages]
|
||||
|
||||
# if the dependency can be satisfied by the same source package, skip the block:
|
||||
|
Loading…
x
Reference in New Issue
Block a user