mirror of
				https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
				synced 2025-11-04 10:34:05 +00:00 
			
		
		
		
	Get dependency type from variable
Signed-off-by: Ivo De Decker <ivodd@debian.org>
This commit is contained in:
		
							parent
							
								
									ccbaedab1d
								
							
						
					
					
						commit
						c9148d475a
					
				@ -830,7 +830,7 @@ class BuildDependsPolicy(BasePolicy):
 | 
			
		||||
 | 
			
		||||
                # if no package can satisfy the dependency, add this information to the excuse
 | 
			
		||||
                if not packages:
 | 
			
		||||
                    excuse.addhtml("%s unsatisfiable Build-Depends(-Arch) on %s: %s" % (source_name, arch, block_txt.strip()))
 | 
			
		||||
                    excuse.addhtml("%s unsatisfiable %s on %s: %s" % (source_name, dep_type, arch, block_txt.strip()))
 | 
			
		||||
                    if arch not in unsat_bd:
 | 
			
		||||
                        unsat_bd[arch] = []
 | 
			
		||||
                    unsat_bd[arch].append(block_txt.strip())
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user