~ubuntu-archive/britney/britney2

« back to all changes in this revision

Viewing changes to britney2/policies/policy.py

  • Committer: Niels Thykier
  • Date: 2017-11-12 07:50:49 UTC
  • Revision ID: git-v1:bda39f8ca0050a59674eb88282eef6a1ba8b3695
Support :native in build-dependency relations

Signed-off-by: Niels Thykier <niels@thykier.net>

Show diffs side-by-side

added added

removed removed

Lines of Context:
663
663
                    continue
664
664
                block = block[0]
665
665
                # if the block is satisfied in testing, then skip the block
666
 
                if get_dependency_solvers(block, binaries_t_a, provides_t_a):
 
666
                if get_dependency_solvers(block, binaries_t_a, provides_t_a, build_depends=True):
667
667
                    # Satisfied in testing; all ok.
668
668
                    continue
669
669