771afff Do not report unsolvable Requires as deprecated

Authored and Committed by churchyard 2 months ago
    Do not report unsolvable Requires as deprecated
    
    When a Requires was not found, the for loop never run,
    hence the else branch was executed.
    
    This was wrong. Especially when testing packages with not-yet-available deps,
    those would be always reported as deprecated()
    
        
file modified
+10 -9